From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Ordered List (Alphabetical) and HTML Export Date: Mon, 01 Jul 2013 11:42:32 +0200 Message-ID: <871u7isjjr.fsf@gmail.com> References: <51a7a129.901a420a.1422.197b@mx.google.com> <87sizzp6j4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utacp-0007B5-EO for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 05:42:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utacn-0003nZ-2I for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 05:42:23 -0400 In-Reply-To: <87sizzp6j4.fsf@bzg.ath.cx> (Bastien's message of "Sun, 30 Jun 2013 23:45:02 +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: Bastien Cc: Josiah Schwab , emacs-orgmode@gnu.org Hello, Bastien writes: > Josiah Schwab writes: > >> I am using orgmode 8.0.3 with emacs 24.3. I frequently use >> ordered lists with alphabetical bullets. I have >> (setq org-list-allow-alphabetical t) >> in my .emacs. > > You should be able to export them to
    lists now > (from the maint branch, which will be the next stable release.) I don't think this is a good change. As explained in this thread, alphabetical lists are only a visual clue (and a bad one, IMO) which have no particular meaning wrt export (Org only recognizes `ordered', `unordered' and `description' lists). This is why this "feature" was never implemented in the last exporter. The OP can probably use CSS to get what he wants without hard coding it in the back-end. Moreover, it introduces an incompatibility with `latex' back-end, since this one won't enforce alphabetical bullets in the same situation. Therefore, I suggest to revert the patch. Regards, -- Nicolas Goaziou