[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Insert TODO Item at Bottom
From: |
Bastien |
Subject: |
Re: [O] Insert TODO Item at Bottom |
Date: |
Wed, 12 Mar 2014 17:52:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi Esben,
Esben Stien <address@hidden> writes:
> ****** foo
> ******* TODO 1
> ******* TODO 2
> ******* TODO 3
>
> If I stand on "foo" and hit a key combination, I want to insert a new
> TODO at the bottom of the current node, so that it becomes "TODO 4"
When point is on foo,
C-c C-_ C-u C-u S-M-RET
will do it.
Otherwise you can check `org-insert-heading-hook'.
HTH,
--
Bastien