From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bullet point cycling Date: Fri, 21 Nov 2008 06:57:25 +0100 Message-ID: References: <20524da70811192214o2bbb6cb8q77093dbf5aae92b0@mail.gmail.com> <20524da70811201745q185d4d40h41270d8fdea77e7a@mail.gmail.com> <9CFCFFC8-5386-4203-9B60-02B0F6B4C48D@uva.nl> <20524da70811202114w3753dcb5wb72fbb0fecee53c5@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3P1H-0000B8-N0 for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 00:57:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3P1G-0000Al-2J for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 00:57:30 -0500 Received: from [199.232.76.173] (port=52805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3P1F-0000Ai-TW for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 00:57:29 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:21637) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3P1G-0002D2-2T for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 00:57:30 -0500 Received: by ey-out-1920.google.com with SMTP id 4so362173eyg.24 for ; Thu, 20 Nov 2008 21:57:28 -0800 (PST) In-Reply-To: <20524da70811202114w3753dcb5wb72fbb0fecee53c5@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org On Nov 21, 2008, at 6:14 AM, Samuel Wales wrote: > On Thu, Nov 20, 2008 at 21:55, Carsten Dominik > wrote: >> Why do you think that this is the case? Under what circumstances >> does it exhibit such behavior? > > Best example: > > - Create this item. Now do M-x org-shiftright twice. It > will look like "1. Create" instead of "1. Create". OK, I see now. But I don't see what this has to to with the user setting for the number of spaces after a sentence. You may, for example, also want two spaces after "1)". So I have implemented in a different way: (setq org-list-two-spaces-after-bullet-regexp "\\.") should now do what you want. Up on the git repo now. - Carsten