emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Sort alphabetically and order across sub-headings


From: Ihor Radchenko
Subject: Re: Sort alphabetically and order across sub-headings
Date: Wed, 13 Mar 2024 13:44:08 +0000

Zenny <garbytrash@gmail.com> writes:

> I am trying to create a list where the ordered list numbering expands
> across sub-headings:
>
> * Bacteria
> ** Acetobacter Species
> 1. Acetobacter aceti
> 2. Acetobacter rasens
> 
> * Fungi
> ** Candida Species
> 3. Candida famata
> 4. Candida firmetaria
> ...
>  How can one sort the ordered list alphabetically?

There is no ready-to-use command. You may need to write one yourself.
Note that you can tell Org mode to start lists from number other than 1
like

3. [@3] foo
4. bar

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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