emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Filling bug with alphabetical lists


From: Bernt Hansen
Subject: Re: [O] Filling bug with alphabetical lists
Date: Thu, 25 Apr 2013 22:53:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Bernt Hansen <address@hidden> writes:
>
>> Nicolas Goaziou <address@hidden> writes:
>>
>>> Hello,
>>>
>>> Bernt Hansen <address@hidden> writes:
>>>>
>>>> I found the following filling bug with alphabetical lists.
>>>>
>>>> I have 
>>>>
>>>> (setq org-alphabetical-lists t)
>>>
>>> This is now `org-list-allow-alphabetical'. I think you need to reload
>>> Org when this variable is changed.
>>
>> Thanks, I wasn't aware of this rename but it is already set to t here.
>> I'll rename the variable in my .emacs.
>>
>> Do you get the same filling behaviour as me?
>
> Not anymore after I reload Org.

Thanks Nicolas,

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 

--8<---------------cut here---------------start------------->8---
;; Explicitly load required exporters
(require 'ox-html)
(require 'ox-latex)
(require 'ox-ascii)
--8<---------------cut here---------------end--------------->8---

and restarting Emacs fixed it for me.

Regards,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]