[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] A bug with expanding headlines of the sparse tree?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] A bug with expanding headlines of the sparse tree? |
Date: |
Wed, 12 Aug 2015 15:03:18 +0200 |
Meir Goldenberg <address@hidden> 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,
Re: [O] A bug with expanding headlines of the sparse tree?, Bastien, 2015/08/18