From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jason Dunsmore" Subject: Re: folding broken in sparse TODO tree Date: Fri, 1 Jun 2007 14:34:30 -0700 Message-ID: References: <7b060e60d43916751fed70eb779cfd1a@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuElV-0007hc-Km for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 17:34:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuElU-0007hQ-6L for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 17:34:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuElU-0007hN-0E for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 17:34:32 -0400 Received: from wx-out-0506.google.com ([66.249.82.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuElT-0000x0-L3 for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 17:34:31 -0400 Received: by wx-out-0506.google.com with SMTP id h26so610229wxd for ; Fri, 01 Jun 2007 14:34:30 -0700 (PDT) In-Reply-To: <7b060e60d43916751fed70eb779cfd1a@science.uva.nl> Content-Disposition: inline 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 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? Otherwise, it's difficult for me to tell which items with "..." in a sparse TODO tree can be unfolded and which can't. Maybe a different symbol can signify which items can't be unfolded if there is a problem with making Tab unfold further items at the same level.