From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: folding broken in sparse TODO tree Date: Wed, 6 Jun 2007 08:45:06 +0200 Message-ID: <42da4e4df78e9e9031a42a8c11064f85@science.uva.nl> References: <7b060e60d43916751fed70eb779cfd1a@science.uva.nl> 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 1HvppO-0007cj-Qe for emacs-orgmode@gnu.org; Wed, 06 Jun 2007 03:21:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvppN-0007c5-H8 for emacs-orgmode@gnu.org; Wed, 06 Jun 2007 03:21:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvppN-0007bt-Bn for emacs-orgmode@gnu.org; Wed, 06 Jun 2007 03:21:09 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvppM-0001QN-89 for emacs-orgmode@gnu.org; Wed, 06 Jun 2007 03:21:08 -0400 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: Jason Dunsmore Cc: emacs-orgmode@gnu.org On Jun 1, 2007, at 23:34, Jason Dunsmore wrote: > On 6/1/07, Carsten Dominik wrote: >> >> On Jun 1, 2007, at 22:57, Jason Dunsmore wrote: >> >> > On 6/1/07, Carsten Dominik wrote: >> >> >> >> On Jun 1, 2007, at 2:38, Jason Dunsmore wrote: >> >> >> >> > I think this may be a bug. When I show a sparse TODO tree with >> >> > org-show-todo-tree, 4th level and deeper headings don't unfold >> >> > correctly. >> >> >> >> This has nothing to do with level 4, but with the fact that you >> >> have no final newline after the final line. >> >> >> >> Still, a bug, fixed for 4.76 >> >> >> > >> > I think there is still a related bug in 4.76. If you put the >> > following in an empty buffer: >> > >> > * level 1 >> > ** TODO level 2.0 >> > ** level 2.1 >> > ** level 2.3 >> > >> > Press C-c C-v, go to the level 2.1 header, and press Tab, it isn't >> > unfolded and the EMPTY ENTRY message appears. >> >> >> Well, the 2.1 is empty, or am I missing something??? >> > > Yes, well, there are no notes for that heading, but there are further > level 2 items, which I expected to be unfolded by pressing Tab. Would > there be anything inconsistant with that behavior? This will be changed in the next version. TAB on such a line will now make sure that the headline after the end of the subtree (i.e. the next sibling or higher level entry) is visible. I agree with you that this makes things more consistent and self-explanatory. Thanks a lot! - Carsten