From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: orgalist list item spacing Date: Sat, 15 Sep 2018 12:38:11 -0700 Message-ID: <877ejmzh3w.fsf@ericabrahamsen.net> References: <87efdviwfc.fsf@ericabrahamsen.net> <874ler9f93.fsf@gmail.com> <87in36hb2t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1GOg-0007xf-4v for emacs-orgmode@gnu.org; Sat, 15 Sep 2018 15:38:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1GOc-0004cJ-P6 for emacs-orgmode@gnu.org; Sat, 15 Sep 2018 15:38:25 -0400 Received: from [195.159.176.226] (port=52633 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g1GOa-0004RA-5m for emacs-orgmode@gnu.org; Sat, 15 Sep 2018 15:38:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g1GMR-0004eq-71 for emacs-orgmode@gnu.org; Sat, 15 Sep 2018 21:36:07 +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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> On Friday, 14 Sep 2018 at 14:47, Eric Abrahamsen wrote: >>> One thing I noticed is that if a paragraph line wraps so that the last >>> line has a number followed by a full stop, orgalist treats that as a >>> list item. It seems to me that text should not be considered a list item >>> unless there's a blank line above it. Ie, this is currently considered a >>> list item: >> >> [...] >> >>> Is this a bug, or a configurable option, or just the way it's supposed >>> to work? >> >> Long standing "feature" of org. Unless you do require a blank line >> between items, it is impossible to differentiate between the start of a >> numbered item and the continuation of the previous item in this case. > > Correct. > > I released Orgalist 1.9, which should hopefully mitigate this issue. In > particular, it is now impossible for auto fill to create these wrong > items. Thanks! Maybe I was misinterpreting what I was seeing in Org mode buffers.