From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Re: [PATCH] Alphabetical ordered lists Date: Sun, 26 Sep 2010 19:36:28 +0200 Message-ID: <87k4m876g3.wl%n.goaziou@gmail.com> References: <87bp8o498o.fsf@gollum.intra.norang.ca> <393C5110-E4D3-4B36-8F4E-4F94B5AA0F93@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=53287 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozv9a-0001la-SI for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 13:36:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ozv9Z-0007A8-Uv for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 13:36:46 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61075) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ozv9Z-00079u-Pb for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 13:36:45 -0400 Received: by wwb24 with SMTP id 24so4658245wwb.30 for ; Sun, 26 Sep 2010 10:36:44 -0700 (PDT) In-Reply-To: <393C5110-E4D3-4B36-8F4E-4F94B5AA0F93@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: Carsten Dominik Cc: Bernt Hansen , emacs-orgmode@gnu.org, Jacob Mitchell Hello, I've tried the patch today. There are still some easily-fixed glitches (like letters not included in org-cycle-list-bullet, or bullets allowing mixed text and numbers). But, there is apparently one major drawback, as I said in a previous post. If the line starts with a word followed by a dot or a parenthesis, Org will see a bullet there. This is bad news because the following line will be indented, or a M-RET will delete the word, replacing it with a) or a. Regards, -- Nicolas