From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan LaManna Subject: Navigating from agenda causes incorrect expansion of children Date: Tue, 18 Mar 2014 22:10:35 -0400 Message-ID: <5328FC9B.3040205@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------010908030707030402060207" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQ5xu-0007PC-5P for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 22:10:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQ5xl-0007WY-Mh for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 22:10:46 -0400 Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:59372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQ5xl-0007WU-Aj for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 22:10:37 -0400 Received: by mail-qg0-f44.google.com with SMTP id a108so23794659qge.3 for ; Tue, 18 Mar 2014 19:10:36 -0700 (PDT) Received: from [192.168.1.2] (pool-96-236-38-183.albyny.fios.verizon.net. [96.236.38.183]) by mx.google.com with ESMTPSA id u7sm58845738qap.5.2014.03.18.19.10.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Mar 2014 19:10:35 -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" This is a multi-part message in MIME format. --------------010908030707030402060207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Not sure if this is a feature or a bug, but those on #org-mode prompted me to post it. GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) Org version 8.2.5c If you take the following minimal example of an org file: * A ** B *** TODO C *** D *** E And navigate to TODO C from an agenda buffer this will be the *displayed* text: * A ** B *** TODO C *** D... Leaving it to appear that D has children, when it in fact has a sibling that's been hidden. Is this some type of custom variable I'm missing, or is this working as intended - or is this truly a bug? May be worth mentioning, myself and others in #org-mode have noticed this happening in other contexts, however this was the only reproducible method. - dan lamanna --------------010908030707030402060207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Not sure if this is a feature or a bug, but those on #org-mode prompted me to post it.

GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
Org version 8.2.5c

If you take the following minimal example of an org file:
* A
** B
*** TODO C
*** D
*** E

And navigate to TODO C from an agenda buffer this will be the *displayed* text:
* A
** B
*** TODO C
*** D...

Leaving it to appear that D has children, when it in fact has a sibling that's been hidden.

Is this some type of custom variable I'm missing, or is this working as intended - or is this truly a bug?

May be worth mentioning, myself and others in #org-mode have noticed this happening in other contexts, however this was the only reproducible method.

- dan lamanna

--------------010908030707030402060207--