From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: Re: org-list-demote-modify-bullet and alphabetic/numerical bullets Date: Thu, 19 Apr 2012 01:01:19 +0200 Message-ID: References: <87zka947za.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKdsx-0004wK-KJ for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 19:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKdsv-0007SS-T6 for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 19:02:03 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:64911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKdsv-0007SN-Mc for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 19:02:01 -0400 Received: by yhr47 with SMTP id 47so4886326yhr.0 for ; Wed, 18 Apr 2012 16:02:00 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode 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 >>> of the form =A0-/+ and 1./A. >>> >>> (setq org-list-demote-modify-bullet >>> =A0 =A0 =A0 =A0'(("+" . "-") ("-" . "+") )) >>> accomplishes the -/+ cycling just fine. >>> >>> (setq org-list-demote-modify-bullet >>> =A0 =A0 =A0 =A0'(("+" . "-") ("-" . "+") ("1." . "A.") ("A." . "1."))) >>> has, however, no effect on numerical nor alphabetic bullets, nor do eit= her of > > > >> This should be fixed in master now. =A0Could you confirm this? >> >> Thanks for reporting the problem. >> >> >> Regards, >> >> -- >> Nicolas Goaziou > > > Thanks for your attention to this, Nicholas. > > The situation is improved, though not entirely fixed. However, the > problem may well be on my end. I tried a few settings and wasn't able > to get quite the expected behaviour; I may simply not understand the > required syntax for org-list-demote-modify-bullet. Gah! It *was* operator error. I must have read it through 10 times before sending. Just as the gmail "Undo" window closed, I saw it. I was missing the '.' seperating the bullets. I had '(("+" . "-") ("-" . "+") ("1." . "A.") ("A." "1.") ) when I needed '(("+" . "-") ("-" . "+") ("1." . "A.") ("A." . "1.") ) Sorry for the noise and thanks for the fix! Sheepishly, Brian vdB