From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: changed visibility when using org-goto-named-src-block Date: Mon, 27 Nov 2017 17:48:02 +0000 Message-ID: <94079DD1-299B-498F-9AEB-3DD4142C4B51@ucsd.edu> References: <87wp2bprsx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJNVp-00048Q-Oo for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJNVm-0007jn-MW for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:48:09 -0500 Received: from iport-bcv1-out.ucsd.edu ([132.239.0.119]:48268) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJNVm-0007iS-AL for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:48:06 -0500 In-Reply-To: <87wp2bprsx.fsf@gmail.com> Content-Language: en-US Content-ID: <05C7B133F6A91C459D0BEC4DDA89051C@AD.UCSD.EDU> 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: Eric S Fraga Cc: "emacs-orgmode@gnu.org" > On Nov 27, 2017, at 9:14 AM, Eric S Fraga wrote: >=20 > when I invoke org-babel-goto-named-src-block, all entries that have > source blocks become visible (or maybe all contents become visible) > regardless of what was folded or not before invoking the command. This happens when `org-babel-src-block-names' calls `org-next-block' calls = `org-show-context'. HTH, Chuck=