Bastien schrieb:
> 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.)
> 

a dream! - the removal of what was bugging me too!

Thank you and C-M-return is perfect,

Rainer



_______________________________________________
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

Reply via email to