SabreWolfy <sabrewo...@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 *)?
,---- | * top1 | * top2 | ** sub1 | ** sub2 | * top3 `---- with point on top3: M-x org-move-subtree-up ,---- | * top1 | * top3 | * top2 | ** sub1 | ** sub2 `---- -- cheers, Thorsten