Carsten Dominik <[EMAIL PROTECTED]> writes: > (defun org-new-heading-after-current () > "Insert a new heading with same level as current, after current > subtree." > (interactive) > (org-back-to-heading) > (org-insert-heading) > (org-move-subtree-down) > (end-of-line 1)) > > Any suggestions for a keybinding?
C-M-return? (I first considered of M-S-return but then I realized it calls org-insert-todo-heading.) -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode