From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Ordered List (Alphabetical) and HTML Export Date: Mon, 01 Jul 2013 12:15:11 +0200 Message-ID: <8738rymvrk.fsf@bzg.ath.cx> References: <51a7a129.901a420a.1422.197b@mx.google.com> <87sizzp6j4.fsf@bzg.ath.cx> <871u7isjjr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utb8g-0004NL-IS for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utb8d-0007qG-HI for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:15:18 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:34577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utb8d-0007pt-Ao for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 06:15:15 -0400 Received: by mail-wi0-f176.google.com with SMTP id ey16so2872014wid.3 for ; Mon, 01 Jul 2013 03:15:14 -0700 (PDT) In-Reply-To: <871u7isjjr.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 01 Jul 2013 11:42:32 +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: Nicolas Goaziou Cc: Josiah Schwab , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi Nicolas, Nicolas Goaziou writes: > Therefore, I suggest to revert the patch. This simple .tex file allows for alphabetical enumeration. Given that Org allows alphabetical list, the OP question is natural and will come back. There is no clue in Org that alphabetical lists are just visual clues. I see no harm in supporting more flexibility where we can. E.g. the attached .tex file produces alphabetical lists, it should be simple enough to implement this in ox-latex.el. Let me know what you think, --=-=-= Content-Type: text/x-tex Content-Disposition: inline; filename=enumerate_alpha.tex \documentclass[12pt]{article} \usepackage{enumerate} \begin{document} \begin{enumerate}[a.] \item Item 1 \item Item 2 \end{enumerate} \end{document} --=-=-= Content-Type: text/plain -- Bastien --=-=-=--