Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Eric S Fraga
Søren Mikkelsen writes: [...] > 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. cou

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Søren Mikkelsen
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

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Eric S Fraga
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

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Søren Mikkelsen
On 2011-09-11 21:06, Eric S Fraga wrote: Søren Mikkelsen writes: On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsen writes: I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1. This 2. is 3. a 4. numbered 5. list Try pu

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen writes: > On 2011-09-11 15:18, Eric S Fraga wrote: >> Søren Mikkelsen writes: >> > >>> I am currently struggling with enumerating my numbered list with a >>> prefix. In org-mode I have >>> >>> 1. This >>> 2. is >>> 3. a >>> 4. numbered >>> 5. list >> >> Try putting the

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Søren Mikkelsen
On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsen writes: I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1. This 2. is 3. a 4. numbered 5. list Try putting the line #+latex: \renewcommand{\theenumi}{R\arabic{enumi}} before th

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen writes: > I am currently struggling with enumerating my numbered list with a > prefix. In org-mode I have > > 1. This > 2. is > 3. a > 4. numbered > 5. list Try putting the line #+latex: \renewcommand{\theenumi}{R\arabic{enumi}} before the start of the list. This changes