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
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
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
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
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
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
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