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. [@2] 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