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.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to