From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Sibling visibility when accessing an item from the agenda Date: Sat, 16 Sep 2017 17:23:22 +0800 Message-ID: <15e89ffe63d.adf4a2a521581.4095334622066164236@zoho.com> References: <15e885ec3b6.117021a3b20432.2368951057229264838@zoho.com> <15e889384a3.ec0a1a3e18893.2017966812427356545@zoho.com> <87377naymr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dt9K1-000141-LH for emacs-orgmode@gnu.org; Sat, 16 Sep 2017 05:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dt9Jw-0006GS-Nm for emacs-orgmode@gnu.org; Sat, 16 Sep 2017 05:23:33 -0400 Received: from sender-pp-091.zoho.com ([135.84.80.236]:25026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dt9Jw-0006FZ-HO for emacs-orgmode@gnu.org; Sat, 16 Sep 2017 05:23:28 -0400 In-Reply-To: <87377naymr.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: emacs-orgmode ---- On Sat, 16 Sep 2017 15:30:52 +0800 Nicolas Goaziou wrote ---- > Does customizing `org-show-context-detail' fix your issues? Hi, Thanks, it would have taken me quite some time to find that. The default was "ancestors." Changing it to "local" works well for me. I'm puzzled because, for years, it was behaving as I wanted. I believe the former behavior was "local" -- I have a slight shred of a doubt only because, when things are working as you expect, you take the behavior for granted and don't pay attention to all of the details. I'm 100% certain that I was seeing at least the next sibling when jumping to an item from the agenda. If I had been seeing the "ancestors" behavior all along, I would have asked this question years ago and set it explicitly. So, again, somehow this morning, one minute I had good behavior, and literally five minutes later (no restart, no software update, no quit/relaunch Emacs), it was a different, inconvenient behavior. I don't understand how that could happen. Thanks for the tip, though. The behavior now is much better. hjh