From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode version 5.17 Date: Sat, 22 Dec 2007 17:49:33 +0100 Message-ID: <87abo265eq.fsf@bzg.ath.cx> References: <87bq8lvz44.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J67Xe-0008Uy-T6 for emacs-orgmode@gnu.org; Sat, 22 Dec 2007 11:49:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J67Xe-0008Ug-DE for emacs-orgmode@gnu.org; Sat, 22 Dec 2007 11:49:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J67Xe-0008UI-76 for emacs-orgmode@gnu.org; Sat, 22 Dec 2007 11:49:38 -0500 Received: from hu-out-0506.google.com ([72.14.214.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J67Xd-00047u-Pl for emacs-orgmode@gnu.org; Sat, 22 Dec 2007 11:49:37 -0500 Received: by hu-out-0506.google.com with SMTP id 23so1535425huc.1 for ; Sat, 22 Dec 2007 08:49:36 -0800 (PST) In-Reply-To: <87bq8lvz44.fsf@bzg.ath.cx> (Bastien's message of "Thu, 20 Dec 2007 22:24:11 +0100") 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: emacs-orgmode@gnu.org Bastien writes: > Here is the only slight oddity I've found so far: when moving folded > trees, sometimes the moved tree will be swallowed in the previous or > next fold... More on this: I think this is due to the fact that any empty line at the end of a subtree is considered to be part of the *next* subtree... Maybe it is reasonable to consider that any subtree ends with a minimum of 1 empty line? I guess this would solve the problem of wrongly folded subtrees... -- Bastien