From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: A bug with expanding headlines of the sparse tree? Date: Wed, 12 Aug 2015 00:56:43 +0200 Message-ID: <87si7p77tg.fsf@nicolasgoaziou.fr> References: <87egja7z3s.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPIRo-0007JZ-Bj for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 18:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPIRn-00056f-K5 for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 18:55:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:56598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPIRn-00054M-DC for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 18:55:07 -0400 In-Reply-To: (Meir Goldenberg's message of "Tue, 11 Aug 2015 22:16:09 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Meir Goldenberg Cc: emacs-orgmode@gnu.org Meir Goldenberg writes: > I do not quite understand. You wrote: "TAB discloses the entry and all > children. It also leaves the entry in an editable state." However, Task2 is > not a child of the entry being disclosed (Task1). I explained why hiding Task2 leaves entry in an uncomfortable state, where you could edit near ellipsis. > Furthermore, by constructing the sparse tree, I am telling org-mode > that I am only interested to see the sub-trees under the tasks marked > as TODO! TAB ignores you want to keep a sparse tree. Note that it is also used to get out of parse trees, i.e., get a normal view again. Regards,