From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-list-demote-modify-bullet and alphabetic/numerical bullets Date: Wed, 18 Apr 2012 13:03:53 +0200 Message-ID: <87zka947za.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKSiY-0000qW-6T for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 07:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKSiW-0000vs-AF for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 07:06:33 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:42662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKSiV-0000vL-Ve for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 07:06:32 -0400 Received: by wibhj13 with SMTP id hj13so409090wib.12 for ; Wed, 18 Apr 2012 04:06:30 -0700 (PDT) In-Reply-To: (Brian van den Broek's message of "Tue, 17 Apr 2012 15:55:37 +0200") 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: Brian van den Broek Cc: emacs-orgmode 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 > '(("+" . "-") ("-" . "+") )) > 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