[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Move headline up/down
From: |
Thorsten Jolitz |
Subject: |
Re: [O] Move headline up/down |
Date: |
Mon, 28 Jul 2014 10:31:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
SabreWolfy <address@hidden> 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