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 15:03:18 +0200 Message-ID: <878u9g7j6x.fsf@nicolasgoaziou.fr> References: <87egja7z3s.fsf@nicolasgoaziou.fr> <87si7p77tg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPVf5-0000ql-6U for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:01:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPVf4-0005De-FM for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:01:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPVf4-0005D1-9e for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:01:42 -0400 In-Reply-To: (Meir Goldenberg's message of "Wed, 12 Aug 2015 11:25:43 +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: > Is there an alternative to TAB when I want to work only with the sparse > tree and all the other entries only distract me? With Org 8.3, you can use (untested) (save-excursion (forward-line) (unless (org-at-heading-p) (org-show-set-visibility 'minimal))) Regards,