emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-list-demote-modify-bullet and alphabetic/numerical bullets
@ 2012-04-17 13:55 Brian van den Broek
  2012-04-18 11:03 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Brian van den Broek @ 2012-04-17 13:55 UTC (permalink / raw)
  To: emacs-orgmode

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-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?

Thanks and best,

Brian vdB

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-18 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17 13:55 org-list-demote-modify-bullet and alphabetic/numerical bullets Brian van den Broek
2012-04-18 11:03 ` Nicolas Goaziou
2012-04-18 22:57   ` Brian van den Broek
2012-04-18 23:01     ` Brian van den Broek

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).