all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* keybinding for inserting simple item, simple plain list
@ 2016-04-07 14:40 Uwe Brauer
  2016-04-07 15:06 ` Adam Porter
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2016-04-07 14:40 UTC (permalink / raw
  To: emacs-orgmode

Hello

This must be completely trival, but I cannot find a solution in the
manual nor in google.

I would like to bind some key, say (super return) to a function which
would insert a simple item in a list.

(meta return) inserts in an org mode file, a heading.

However (meta return) in message mode, with

(add-hook 'message-mode-hook 'turn-on-orgstruct)
(add-hook 'message-mode-hook 'turn-on-orgstruct++)
(add-hook 'message-mode-hook 'turn-on-orgtbl)

Inserts   a newline indents it and adds a "-" such as in 

    -  

This is precisely want I want to have in an org-mode file.

How can I do it?

Htanks 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-08  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 14:40 keybinding for inserting simple item, simple plain list Uwe Brauer
2016-04-07 15:06 ` Adam Porter
2016-04-07 16:11   ` Uwe Brauer
2016-04-07 17:10     ` Nick Dokos
2016-04-08  8:12       ` Uwe Brauer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.