From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Enumeration within environment block Date: Mon, 19 May 2014 09:21:20 +0100 Message-ID: <87bnuurxfj.fsf@ucl.ac.uk> References: <5377B755.3030601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmJp2-0005Gn-14 for emacs-orgmode@gnu.org; Mon, 19 May 2014 05:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmJou-0005iO-6o for emacs-orgmode@gnu.org; Mon, 19 May 2014 05:25:27 -0400 Received: from mail-db3lp0078.outbound.protection.outlook.com ([213.199.154.78]:9552 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmJou-0005ge-1T for emacs-orgmode@gnu.org; Mon, 19 May 2014 05:25:20 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xavier Garrido Cc: "emacs-orgmode@gnu.org" 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