Re: [O] Move headline up/down

2014-07-28 Thread SabreWolfy
Thorsten Jolitz gmail.com> writes: > with point on top3: M-x org-move-subtree-up Thanks -- that works. I tried , which I erroneously thought moved subtrees, but not headlines ;) What I should have tried, which works for headlines and subtrees, is .

Re: [O] Move headline up/down

2014-07-28 Thread SabreWolfy
SabreWolfy gmail.com> writes: > I know how to move subtrees up and down, but how do I change the order of > top-level headline entries (the ones starting with *)? and (Strangely, *not* though, which I tried initially, because *is* the same as x for me.)

Re: [O] Move headline up/down

2014-07-28 Thread Thorsten Jolitz
SabreWolfy writes: > I know how to move subtrees up and down, but how do I change the order of > top-level headline entries (the ones starting with *)? , | * top1 | * top2 | ** sub1 | ** sub2 | * top3 ` with point on top3: M-x org-move-subtree-up , | * top1 | * top3 | * top2 | ** s