help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sorting headers alphabetically in org-mode


From: Charles Philip Chan
Subject: Re: sorting headers alphabetically in org-mode
Date: Sat, 24 Nov 2012 23:23:25 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

drain <aeuster@gmail.com> writes:

> i.e., sort-lines for headers:
>
> BEFORE
>
> ** Stallman
> *** Passwords
> *** New Form Of Mass Folly On Twitter
> *** Why It Is Important Not To Have Children
> *** Extending Years Of Dementia
>
> AFTER
>
> ** Stallman
> *** Extending Years of Dementia
> *** New Form Of Mass Folly On Twitter
> *** Passwords
> *** Why It Is Important Not To Have Children

C-c ^ which runs:

,----
| C-c ^ runs the command org-sort, which is an interactive compiled Lisp
| function in `org.el'.
| 
| It is bound to C-c ^, <menu-bar> <Org> <Edit Structure> <Sort
| Region/Children>.
| 
| (org-sort WITH-CASE)
| 
| Call `org-sort-entries', `org-table-sort-lines' or `org-sort-list'.
| Optional argument WITH-CASE means sort case-sensitively.
`----

and choose "alpha.

Charles

-- 
"...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly)."
(By Matt Welsh)

Attachment: pgpXSMF87vAyI.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]