From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Tag/Property that keeps headline folded during global visibility cycling? Date: Wed, 18 Sep 2013 13:35:10 +0200 Message-ID: <87wqmemkgh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMG2d-0001dC-OW for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 07:35:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMG2W-0007ji-4j for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 07:35:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:54638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMG2V-0007je-UV for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 07:35:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMG2U-0002LN-3V for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 13:35:22 +0200 Received: from e178189153.adsl.alicedsl.de ([85.178.189.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 13:35:22 +0200 Received: from tjolitz by e178189153.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 13:35:22 +0200 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 Hi List, assume an Org file like ,----------- | * Topic 1 | ** Comment | ** Content | * Topic 2 | ** Comment | ** Content `----------- where I want the ,----------- | ** Comment `----------- subtrees folded all the time (during global visibility cycling, not only at start-up), except when I explicitly cycle their visibility locally, i.e. I would like a 'property-drawer' like visibility behaviour for these subtrees. Is that implemented in Org-mode, or does somebody has a private implementation of this (maybe via tags or headline properties)? Wouldn't this be a nice feature for Org-mode? -- cheers, Thorsten