From: Rick Frankel <rick@rickster.com>
To: emacs-orgmode@gnu.org
Subject: Re: Nested ordered (numbered) lists
Date: Sat, 25 Jun 2016 17:47:04 -0400 [thread overview]
Message-ID: <20160625214704.kk5xsvwny3is3nbj@eyeBook.home> (raw)
In-Reply-To: <1466883275.15503.3.camel@gmail.com>
On Sat, Jun 25, 2016 at 10:34:35PM +0300, 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
have you tried:
# <snip>
#+LATEX_HEADER_EXTRA: \usepackage{enumitem} \setlist[enumerate]{label*=\arabic*.}
* Numbered lists
1. item_1
2. item_2
1. subitem_2_1
1. subsubitem_2_1_1
2. subitem_2_2
3. item_3
rick
next prev parent reply other threads:[~2016-06-25 21:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-25 19:34 Nested ordered (numbered) lists ST
2016-06-25 21:47 ` Rick Frankel [this message]
[not found] <a6fb1dc370974b9dac0c052fda8d2e4e@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-06-26 14:58 ` Eric S Fraga
2016-06-27 7:51 ` ST
[not found] ` <e3c3370ce6764bd58b03b1478da9f99f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-06-27 8:02 ` Eric S Fraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160625214704.kk5xsvwny3is3nbj@eyeBook.home \
--to=rick@rickster.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.