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 10:52:32 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_CEA679F8-BD1E-4CAD-A6B7-2215F871DB86" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVw1-0003Tg-Sf for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVvu-00023H-AN for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:52:41 -0400 Received: from ezel.ic.uva.nl ([146.50.108.158]:43504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVvu-000231-05 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 04:52:34 -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 --Apple-Mail=_CEA679F8-BD1E-4CAD-A6B7-2215F871DB86 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On 6 jun. 2013, at 10:20, Michael Bach wrote: > The LaTeX exporter does not honor the setting of = org-list-allow-alphabetical. =20 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 --------------------------------------------------------------- I hope this helps. - Carsten > It exports ordered alphabetical list as standard enumerate environment = with numbered items. >=20 > org-mode 8.0.3 >=20 > I placed the setq before loading ox-latex. I read in the docstring = that org-list-allow-alphabetical should be set before org.el is loaded. = I installed org-plus-contrib from ELPA and thus do not manually load = org.el. >=20 > I found a post on this ml [1] on a related issue where the OP states = that doing the setq before loading the exporter solved his issue. >=20 > [1] = https://lists.gnu.org/archive/html/emacs-orgmode/2013-04/msg01843.html >=20 --Apple-Mail=_CEA679F8-BD1E-4CAD-A6B7-2215F871DB86 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 phaebz@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
------------------------------------------------------= ---------

I hope this = helps.

- = Carsten


It exports ordered alphabetical list as standard = enumerate environment with numbered = items.

org-mode 8.0.3

I placed the setq before loading ox-latex.  I = read in the docstring that org-list-allow-alphabetical should be set = before org.el is loaded.  I installed org-plus-contrib from ELPA = and thus do not manually load org.el.

I found a post on this ml [1] on a related issue = where the OP states that doing the setq before loading the exporter = solved his issue.



= --Apple-Mail=_CEA679F8-BD1E-4CAD-A6B7-2215F871DB86--