From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao Ma Subject: How to hide a specific subtree during startup? Date: Thu, 27 Jul 2017 08:37:55 +0800 Message-ID: <30621E53-8D6E-4443-9B74-C83CE719E0C9@introo.me> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daWry-0004lt-Tv for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 20:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daWru-0008Dl-2a for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 20:41:38 -0400 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:36522) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daWrt-0008Bp-Q3 for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 20:41:34 -0400 Received: by mail-pg0-x229.google.com with SMTP id 125so90778752pgi.3 for ; Wed, 26 Jul 2017 17:41:31 -0700 (PDT) Received: from [192.168.33.1] ([47.52.61.7]) by smtp.gmail.com with ESMTPSA id e136sm10488461pfh.142.2017.07.26.17.38.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Jul 2017 17:41:29 -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" To: emacs-orgmode@gnu.org Hi, I'd like to hide a specific *subtree* (not the whole document) after = initial open, how to achieve that? I'd anticipate there is some magic property drawer under that subtree = headline. Better, if that subtree will avoid participating in the global = visibility cycling. It will get expanded/collapsed only when the cursor = is *on* that subtree and I press tab-s. Best, Shiyao=