emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-list-demote-modify-bullet and alphabetic/numerical bullets


From: Nicolas Goaziou
Subject: Re: [O] org-list-demote-modify-bullet and alphabetic/numerical bullets
Date: Wed, 18 Apr 2012 13:03:53 +0200

Hello,

Brian van den Broek <address@hidden> writes:

> I have (setq org-alphabetical-lists t) in my .emacs. I am trying to
> set org-list-demote-modify-bullet to cycle on demoting between bullets
> of the form  -/+ and 1./A.
>
> (setq org-list-demote-modify-bullet
>        '(("+" . "-") ("-" . "+") ))
> accomplishes the -/+ cycling just fine.
>
> (setq org-list-demote-modify-bullet
>        '(("+" . "-") ("-" . "+") ("1." . "A.") ("A." . "1.")))
> has, however, no effect on numerical nor alphabetic bullets, nor do either of
>
> (setq org-list-demote-modify-bullet
>        '(("+" . "-") ("-" . "+") ("1." . "-") ))
>
> and
>
> (setq org-list-demote-modify-bullet
>        '(("+" . "-") ("-" . "+") ("1" . "-") ))
>
> affect numerical bullets, so I doubt that it is that alphabetical
> bullets are the problem.
>
> Is there a way to do what I am trying to effect?

This should be fixed in master now.  Could you confirm this?

Thanks for reporting the problem.


Regards,

-- 
Nicolas Goaziou



reply via email to

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