From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Behavior of `org-show-entry' Date: Mon, 06 Feb 2017 09:29:17 -0800 Message-ID: <87h9476xea.fsf@ericabrahamsen.net> References: <87lgtk8kja.fsf@ericabrahamsen.net> <87d1ew5m8w.fsf@kyleam.com> <877f548bzu.fsf@ericabrahamsen.net> <87a8a05fe8.fsf@kyleam.com> <877f53wjkf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1can6Z-0001Q5-Lw for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 12:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1can6W-0004y7-FX for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 12:29:31 -0500 Received: from [195.159.176.226] (port=36960 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1can6W-0004wu-8y for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 12:29:28 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1can6O-0004J1-NJ for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 18:29:20 +0100 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Kyle Meyer writes: > >> Hmm, for the reason I gave above, I don't think org-show-entry should >> change, but perhaps there should be a separate function that does >> >> (org-show-entry) >> (org-with-limited-levels (org-show-children)) >> >> which is what org-cycle does for the second state listed in its >> docstring. Or maybe there is a better way to accomplish this that I >> don't know about. > > See `org-show-context' and `org-reveal'. Thanks to you both -- I'll bring this up with the Helm people. Eric