From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Re: [PATCH] Alphabetical ordered lists Date: Mon, 27 Sep 2010 08:55:59 +0200 Message-ID: <87iq1r7k00.wl%n.goaziou@gmail.com> References: <87bp8o498o.fsf@gollum.intra.norang.ca> <393C5110-E4D3-4B36-8F4E-4F94B5AA0F93@gmail.com> <87k4m876g3.wl%n.goaziou@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=36900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P07dJ-00075s-4g for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 02:56:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P07dI-0002y1-5L for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 02:56:17 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:36128) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P07dH-0002xv-TQ for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 02:56:16 -0400 Received: by wwb24 with SMTP id 24so5021821wwb.30 for ; Sun, 26 Sep 2010 23:56:14 -0700 (PDT) In-Reply-To: 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: Nathaniel Flath Cc: Bernt Hansen , Jacob Mitchell , emacs-orgmode@gnu.org, Carsten Dominik >>>>> Nathaniel Flath writes: >> 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. > Yes, this happens - it's not something that comes up during my > normal usage, so I didn't notice. Can you think of a way to > determine if this is the case vs. a list is actually wanted? Unfortunately, I can't see anything clean. This is tricky because lists are the closest construct to raw text. -- Nicolas