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

2012-04-18 Thread Brian van den Broek
On 19 April 2012 00:57, Brian van den Broek wrote: > On 18 April 2012 13:03, Nicolas Goaziou wrote: >> Hello, >> >> Brian van den Broek 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 >>

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

2012-04-18 Thread Brian van den Broek
On 18 April 2012 13:03, Nicolas Goaziou wrote: > Hello, > > Brian van den Broek 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-modi

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

2012-04-18 Thread Nicolas Goaziou
Hello, Brian van den Broek 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 >'(("+" . "-") ("-" . "+") )) > accomplis

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

2012-04-17 Thread Brian van den Broek
Hi all, 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-