emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-list-allow-alphabetical LaTeX export


From: Carsten Dominik
Subject: Re: [O] org-list-allow-alphabetical LaTeX export
Date: Thu, 6 Jun 2013 11:17:35 +0200

On 6 jun. 2013, at 11:11, Michael Bach <address@hidden> wrote:

> Carsten Dominik <carsten.dominik <at> gmail.com> writes:
> 
>>> On 6 jun. 2013, at 10:20, Michael Bach <phaebz <at> gmail.com> wrote:
>>> The LaTeX exporter does not honor the setting of org-list-allow-
> alphabetical.  
>> 
>> I think it never did.  Such a list is just an ordered list for export, the 
> bullet type is just visual sugar in the Org buffer.
>> To force a special bulllet type, you should use other means (literal 
> LaTeX).  For example:
>> 
>> ---------------------------------------------------------------
>> 
>> * test
>> 
>> 1. skfkshafkj
>> 2. fkjshfksj
>> 
>> #+LaTeX: {\renewcommand{\theenumi}{\alph{enumi}}
>> 
>> 1. kajsfkjhf
>> 2. fjsfksjhf
>> 
>> #+LaTeX: }
>> 
>> 1. sss
>> 2. ljhsdfkjh
>> ---------------------------------------------------------------
>> 
> 
> Oh, I never saw it handled by the exporter, just a wrong assumption.  Just 
> out of curiosity, do you think this could be implemented 'easily'?


I guess it could be - but I am not sure if it should.  Conventions about the 
type of bullet to be used in a document belong to the typesetting side, and I 
rather establish a global setting for a document than follow my momentary 
decisions when I write the Org-mode version of it.  On a similar vein, we do 
have lists starting with - and * and +, but we still let LaTeX and HTML choose 
what to use as a bullet.  To me this feels like the right behavior.

- Carsten

> 
> Thanks for clarification and example.
> 
> Michael
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]