emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: "Create new heading after this one" command


From: Rainer Stengele
Subject: [Orgmode] Re: "Create new heading after this one" command
Date: Thu, 20 Sep 2007 09:14:04 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Bastien schrieb:
> Carsten Dominik <address@hidden> 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





reply via email to

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