emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Shortcut for adding text item?


From: Stephan Schmitt
Subject: Re: [Orgmode] Shortcut for adding text item?
Date: Thu, 18 Feb 2010 19:59:02 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi Nathan,

put this in your dotemacs file:

(eval-after-load "org"
  '(org-defkey org-mode-map (kbd "M-j")
               (lambda () (interactive) (end-of-line) (org-return-indent))))

Hth,
        Stephan

Also sprach Nathan Neff:
I'm aware of the M-Ret shortcut for inserting a new heading.

Is there a shortcut for adding a text item to the current headline?

For example, I have a headline, with the cursor at <cursor> position:

* Some<cursor>thing

And I want to add a text line under the heading, with proper indentation.

Currently, I press Ctrl-E, then Return, but I'd like to have a shortcut like M-j or something like that.

Any ideas? Sorry if I'm missing an easy solution. I think I've asked this before, but
can't find my prev. e-mail.

--Nate


------------------------------------------------------------------------

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]