From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-list-allow-alphabetical LaTeX export Date: Thu, 6 Jun 2013 11:17:35 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWKC-0003d3-UG for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:17:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkWKA-0002uu-CA for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:17:40 -0400 Received: from ezel.ic.uva.nl ([146.50.108.158]:44581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWKA-0002uN-2o for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:17:38 -0400 In-Reply-To: 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: Michael Bach Cc: emacs-orgmode@gnu.org On 6 jun. 2013, at 11:11, Michael Bach wrote: > Carsten Dominik gmail.com> writes: >=20 >>> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> = wrote: >>> The LaTeX exporter does not honor the setting of org-list-allow- > alphabetical. =20 >>=20 >> I think it never did. Such a list is just an ordered list for = export, the=20 > bullet type is just visual sugar in the Org buffer. >> To force a special bulllet type, you should use other means (literal=20= > LaTeX). For example: >>=20 >> --------------------------------------------------------------- >>=20 >> * test >>=20 >> 1. skfkshafkj >> 2. fkjshfksj >>=20 >> #+LaTeX: {\renewcommand{\theenumi}{\alph{enumi}} >>=20 >> 1. kajsfkjhf >> 2. fjsfksjhf >>=20 >> #+LaTeX: } >>=20 >> 1. sss >> 2. ljhsdfkjh >> --------------------------------------------------------------- >>=20 >=20 > Oh, I never saw it handled by the exporter, just a wrong assumption. = Just=20 > 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 >=20 > Thanks for clarification and example. >=20 > Michael >=20 >=20 >=20