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 13:57:44 -0700 Message-ID: References: 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 1HuEBv-0005Sn-Am for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 16:57:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuEBu-0005SP-5E for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 16:57:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuEBt-0005SM-Vc for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 16:57:46 -0400 Received: from wx-out-0506.google.com ([66.249.82.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuEBt-0005JY-Db for emacs-orgmode@gnu.org; Fri, 01 Jun 2007 16:57:45 -0400 Received: by wx-out-0506.google.com with SMTP id h26so603640wxd for ; Fri, 01 Jun 2007 13:57:44 -0700 (PDT) In-Reply-To: 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 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. Thanks for your work on org-mode. Jason