[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Nested ordered (numbered) lists
From: |
ST |
Subject: |
Re: [O] Nested ordered (numbered) lists |
Date: |
Mon, 27 Jun 2016 10:51:37 +0300 |
Thank you for the tip!
But shouldn't it be part of org export?
And it looks like org itself doesn't support it, so if I press M-<Ret>
while in:
1. item1
1.1. item1.1.
I get to the top level "2. " and not into the nested level "1.2. ". Why?
Should we file a feature request?
Thank you!
On Sun, 2016-06-26 at 15:58 +0100, Eric S Fraga wrote:
> On Saturday, 25 Jun 2016 at 19:34, ST wrote:
> > Hi,
> >
> > is there a way to produce nested ordered (numbered) lists and get it
> > exported (to pdf/html) properly? Like:
> >
> > 1. item_1
> > 2. item_2
> > 2.1. subitem_2_1
> > 2.1.1. subsubitem_2_1_1
> > 2.2. subitem_2_2
> > 3. item_3
>
> For pdf export, you can use LaTeX settings, as described in
>
> https://vantr.wordpress.com/2011/12/16/multi-level-enumerated-list-in-latex/
>
> For HTML, I have no idea. Sorry.
>