emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Move headline up/down
@ 2014-07-28  8:15 SabreWolfy
  2014-07-28  8:31 ` Thorsten Jolitz
  2014-07-28  8:32 ` SabreWolfy
  0 siblings, 2 replies; 4+ messages in thread
From: SabreWolfy @ 2014-07-28  8:15 UTC (permalink / raw)
  To: emacs-orgmode

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 *)?

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

* Re: Move headline up/down
  2014-07-28  8:15 Move headline up/down SabreWolfy
@ 2014-07-28  8:31 ` Thorsten Jolitz
  2014-07-28  8:38   ` SabreWolfy
  2014-07-28  8:32 ` SabreWolfy
  1 sibling, 1 reply; 4+ messages in thread
From: Thorsten Jolitz @ 2014-07-28  8:31 UTC (permalink / raw)
  To: emacs-orgmode

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 *)?

,----
| * top1
| * top2
| ** sub1
| ** sub2
| * top3
`----

with point on top3: M-x org-move-subtree-up

,----
| * top1
| * top3
| * top2
| ** sub1
| ** sub2
`----
-- 
cheers,
Thorsten

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

* Re: Move headline up/down
  2014-07-28  8:15 Move headline up/down SabreWolfy
  2014-07-28  8:31 ` Thorsten Jolitz
@ 2014-07-28  8:32 ` SabreWolfy
  1 sibling, 0 replies; 4+ messages in thread
From: SabreWolfy @ 2014-07-28  8:32 UTC (permalink / raw)
  To: emacs-orgmode

SabreWolfy <sabrewolfy <at> 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 *)?

<M-Up> and <M-Down>

(Strangely, *not* <ESc><Up/Down> though, which I tried initially, because
<M-x> *is* the same as <Esc>x for me.)

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

* Re: Move headline up/down
  2014-07-28  8:31 ` Thorsten Jolitz
@ 2014-07-28  8:38   ` SabreWolfy
  0 siblings, 0 replies; 4+ messages in thread
From: SabreWolfy @ 2014-07-28  8:38 UTC (permalink / raw)
  To: emacs-orgmode

Thorsten Jolitz <tjolitz <at> gmail.com> writes:

> with point on top3: M-x org-move-subtree-up

Thanks -- that works. I tried <S-Up/Down>, which I erroneously thought moved
subtrees, but not headlines ;) What I should have tried, which works for
headlines and subtrees, is <M-S-Up/Down>.

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

end of thread, other threads:[~2014-07-28  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28  8:15 Move headline up/down SabreWolfy
2014-07-28  8:31 ` Thorsten Jolitz
2014-07-28  8:38   ` SabreWolfy
2014-07-28  8:32 ` SabreWolfy

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).