emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Enumeration within environment block


From: Eric S Fraga
Subject: Re: [O] Enumeration within environment block
Date: Mon, 19 May 2014 09:21:20 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

On Saturday, 17 May 2014 at 21:24, Xavier Garrido wrote:

[...]

> block. Is there a way to solve that issue or at least to force the item 
> number ? (for instance, in LaTeX I can write \item[1],\item[2] and in 
> html I can set the =ol= start value).
>
> Thanks in advance,
> Xavier

Forcing the item number is easy:

#+begin_src org
  ,* list numbering
  1. this is the first item.

  some interrupting text

  2. address@hidden this is the second item.

#+end_src

This functionality is describer in [[info:org#Plain%20lists]].

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.6-937-g60502a



reply via email to

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