From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?U8O4cmVuIE1pa2tlbHNlbg==?= Subject: Re: Org-mode using enumerate properties to export to LaTeX Date: Mon, 12 Sep 2011 22:25:24 +0200 Message-ID: References: <871uvnushx.fsf@ucl.ac.uk> <87obyq3nma.fsf@ucl.ac.uk> <87r53mksz2.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3D4Z-0000Jj-BR for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 16:25:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3D4Y-0007Jn-9D for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 16:25:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:60697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3D4Y-0007Jh-2Q for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 16:25:42 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3D4S-0003bX-76 for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 22:25:36 +0200 Received: from 94.145.175.146 ([94.145.175.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Sep 2011 22:25:36 +0200 Received: from sorenaamikkelsen by 94.145.175.146 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Sep 2011 22:25:36 +0200 In-Reply-To: <87r53mksz2.fsf@pinto.chemeng.ucl.ac.uk> 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: emacs-orgmode@gnu.org On 2011-09-12 11:30, Eric S Fraga wrote: > Søren Mikkelsen writes: > > [...] > >> Yes, it works perfectly when I export it into latex (and thank you for >> that). Just wondering if it was possible to do something similar >> within org-mode; a enumerate list with a prefix, e.g.: >> >> R1. One >> R2. Two > > Ah, now I understand. The answer is no and I imagine it would be > difficult to define a regular expression to match such cases without > catching all kinds of lines that were not intended to be lists (e.g. the > last word in a sentence that happens to end up at the start of the > line...). > > However, latex does allow you to manually over-ride any item > label/number by simply specifying your own in square brackets. e.g. > > - [R1] one > - [R2] two > > Org passes these through to the latex properly so this should do what > you want but obviously you won't have any automated procedure for > generating these labels. > This is also a latex related question, however I think it extents the previous question. How to I make my counter of the enumeration-list start at a specific position. Like 1. Test 2. of Now I have something between the two enumerations 3. counters 4. in a 5. enumeration environment In latex I would insert \setcounter{enumi}{3} after starting a enumeration environment. -- /aagaard