emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Putting a todo item to the end of this level


From: Alexander Baier
Subject: Re: [O] Putting a todo item to the end of this level
Date: Sun, 12 Oct 2014 12:51:23 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

Hello Uwe,

On 2014-10-12 09:37 Uwe Ziegenhagen wrote:
> how can I move a specific TODO item to the end of the level it currently sits?
>
> Example
>
> a) before the command was executed
>
> * TODO Level 1
> ** TODO something to do a
> ** DONE something to do b
> ** TODO something to do c
> ** TODO something to do d
> * TODO Level 1 again
>
> b) after the command was executed (TODO is moved to the end of the TODO
> Level 1 items)
>
> * TODO Level 1
> ** TODO something to do a
> ** TODO something to do c
> ** TODO something to do d
> ** DONE something to do b
> * TODO Level 1 again

If you always want to move DONE headlines to the end you might want to
consider org-sort. It is usually bound to `C-c ^' so with point on the
first headline, doing `C-c ^ o' would produce the example b).

HTH,
-- 
Alexander Baier



reply via email to

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