[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: change headings to list but have a nested numeration?
From: |
Ihor Radchenko |
Subject: |
Re: change headings to list but have a nested numeration? |
Date: |
Sun, 10 Jul 2022 17:33:15 +0800 |
Uwe Brauer <oub@mat.ucm.es> writes:
> I start with this part
>
> * The pseudo code
> ** The actual Matlab code
> ** Initialisation
> *** Details
>
> Which is converted via org-ctrl-c-minus
> to
> * The pseudo code
> - The actual Matlab code
> - Initialisation
> - Details
>
> However here the structure depends on the indentation and that might not
> be that rebust would it be possible to convert to such a structure:
>
> * The pseudo code
> 1. The actual Matlab code
> 2. Initialisation
> 1.1 Details
AFAIK, using "-" is hard-coded in org-toggle-item.
Also, 1.1 is not a valid list bullet.
So, you need to implement alternative bullet support yourself.
Patches are welcome!
Best,
Ihor