emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Putting a todo item to the end of this level
@ 2014-10-12  7:37 Uwe Ziegenhagen
  2014-10-12 10:51 ` Alexander Baier
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Ziegenhagen @ 2014-10-12  7:37 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

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

Thanks a lot in advance,

Uwe

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Putting a todo item to the end of this level
  2014-10-12  7:37 Putting a todo item to the end of this level Uwe Ziegenhagen
@ 2014-10-12 10:51 ` Alexander Baier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Baier @ 2014-10-12 10:51 UTC (permalink / raw)
  To: Uwe Ziegenhagen; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-12 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-12  7:37 Putting a todo item to the end of this level Uwe Ziegenhagen
2014-10-12 10:51 ` Alexander Baier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).