emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Filling bug with alphabetical lists
Date: Thu, 25 Apr 2013 22:53:30 -0400	[thread overview]
Message-ID: <87bo92ovdh.fsf@norang.ca> (raw)
In-Reply-To: 87r4hz89hp.fsf@gmail.com

Nicolas Goaziou <n.goaziou@gmail.com> writes:

> Hello,
>
> Bernt Hansen <bernt@norang.ca> writes:
>
>> Nicolas Goaziou <n.goaziou@gmail.com> writes:
>>
>>> Hello,
>>>
>>> Bernt Hansen <bernt@norang.ca> 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	other threads:[~2013-04-26  2:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 15:11 Filling bug with alphabetical lists Bernt Hansen
2013-04-24 21:14 ` Nicolas Goaziou
2013-04-24 22:06   ` Bernt Hansen
2013-04-25  5:28     ` Nicolas Goaziou
2013-04-26  2:53       ` Bernt Hansen [this message]
2013-04-26 12:17         ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bo92ovdh.fsf@norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).