From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: a couple of possible bugs in filling/indenting of plain lists Date: Mon, 4 Jun 2007 21:15:47 +0200 Message-ID: References: <41c818190706010909v11ec26e2n47138302473cccb8@mail.gmail.com> <2acbb96883f80634968b52dfa0c1d600@science.uva.nl> <41c818190706040639v598351f2mc4e0ebeec9dec3c@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvI1u-0004UF-0F for emacs-orgmode@gnu.org; Mon, 04 Jun 2007 15:15:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvI1t-0004U0-Bx for emacs-orgmode@gnu.org; Mon, 04 Jun 2007 15:15:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvI1t-0004Tx-6g for emacs-orgmode@gnu.org; Mon, 04 Jun 2007 15:15:49 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvI1s-0000xr-R5 for emacs-orgmode@gnu.org; Mon, 04 Jun 2007 15:15:49 -0400 In-Reply-To: <41c818190706040639v598351f2mc4e0ebeec9dec3c@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: William Henney Cc: emacs-orgmode On Jun 4, 2007, at 15:39, William Henney wrote: > On 6/4/07, Carsten Dominik wrote: >> It turns out that this was after all an org-mode bug. >> >> Fixed for 4.77, thanks. > > Thanks Carsten. Is this fix just for the indent-relative bug, or does > it fix the second (fill-paragraph) bug as well? I think that the > second bug might not have anything to do with lists, since I am sure I > have occasionally seen it in a plain paragraph after a deeply nested > heading, but I can't seem to reproduce that now. The fix will only fix the second bug (with fill-paragraph). The first problem I believe cannot be fixed, because Org-mode cannot know if you want to start a new level of lists, or if you are continuing the current list. - Carsten