From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meir Goldenberg Subject: A bug with expanding headlines of the sparse tree? Date: Thu, 6 Aug 2015 15:49:59 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d57d8007a49051ca3f51d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNKcT-0005Jk-FJ for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 08:50:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNKcS-0004Jf-JF for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 08:50:01 -0400 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:36520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNKcS-0004J3-Ec for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 08:50:00 -0400 Received: by oiev193 with SMTP id v193so8046608oie.3 for ; Thu, 06 Aug 2015 05:49:59 -0700 (PDT) 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: emacs-orgmode@gnu.org --001a113d57d8007a49051ca3f51d Content-Type: text/plain; charset=UTF-8 I am using org-mode 8.2.10. Suppose we have this: * TODO Task1 [0/1] SCHEDULED: <2015-08-09 Sun> - [ ] Buy bread * FUTURE Task2 Now, if we do C-/ T and give TODO for the keyword, then we correctly get: * TODO Task1 [0/1]... However, if we press Tab on this line, then the whole content, including next headline (the one marked FUTURE) shows up, which seems to be wrong. I tried to add this into my config: ;; Control sparse tree (setq org-show-following-headline nil) (setq org-show-siblings nil) (setq org-show-entry-blow nil) This did not fix the problem. --001a113d57d8007a49051ca3f51d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I am using org-mode 8.2.10. Suppose we have this:

* TODO Task1 [0/1]
SCHEDULED: <2015-08-0= 9 Sun>
- [ ] Buy bread
* FUTURE Task2

=
Now, if we do C-/ T and give TODO for the keyword, then we corre= ctly get:

* TODO Task1 [0/1]...

However, if we press Tab on this line, then the whole content, inclu= ding next headline (the one marked FUTURE) shows up, which seems to be wron= g.

I tried to add this into my config:
<= br>
;; Control sparse tree
(setq org-show-following-hea= dline nil)
(setq org-show-siblings nil)
(setq org-show-= entry-blow nil)

This did not fix the problem.
--001a113d57d8007a49051ca3f51d--