From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: Re: org-list-allow-alphabetical LaTeX export Date: Thu, 6 Jun 2013 09:11:11 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWEE-000290-IR for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkWED-0000Xk-EJ for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:11:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:50830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWED-0000Xb-7R for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:11:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkWEB-0006w7-9h for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 11:11:27 +0200 Received: from arcss01.ait.ac.at ([62.218.164.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 11:11:27 +0200 Received: from phaebz by arcss01.ait.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 11:11:27 +0200 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: emacs-orgmode@gnu.org Carsten Dominik gmail.com> writes: >> 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.   > > 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'? Thanks for clarification and example. Michael