emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Bastien
Subject: Re: [Orgmode] "Create new heading after this one" command
Date: Wed, 19 Sep 2007 03:05:26 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

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.)

-- 
Bastien




reply via email to

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