From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Filling bug with alphabetical lists Date: Fri, 26 Apr 2013 14:17:08 +0200 Message-ID: <874net8p17.fsf@gmail.com> References: <87obd4q7zg.fsf@norang.ca> <87vc7b8wd1.fsf@gmail.com> <87fvyfr3bn.fsf@norang.ca> <87r4hz89hp.fsf@gmail.com> <87bo92ovdh.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVi9u-0002Gw-T3 for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 08:53:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVi9s-0007nS-TQ for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 08:53:50 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:37721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVhaT-0003hY-BL for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 08:17:13 -0400 Received: by mail-we0-f176.google.com with SMTP id s10so3419139wey.21 for ; Fri, 26 Apr 2013 05:17:12 -0700 (PDT) In-Reply-To: <87bo92ovdh.fsf@norang.ca> (Bernt Hansen's message of "Thu, 25 Apr 2013 22:53:30 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > My problem was I had org-alphabetical-lists defined _after_ the requires > for the exporter back ends in my .emacs so this didn't work for me. > > Putting it before > > ;; Explicitly load required exporters > (require 'ox-html) > (require 'ox-latex) > (require 'ox-ascii) > > and restarting Emacs fixed it for me. I have updated `org-list-allow-alphabetical' docstring so it is less surprising. Thanks for bringing this up. Regards, -- Nicolas Goaziou