From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Tag/Property that keeps headline folded during global visibility cycling? Date: Wed, 18 Sep 2013 08:39:31 -0400 Message-ID: <87ioxyi9rw.fsf@gmail.com> References: <87wqmemkgh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH32-0002hg-7V for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMH2r-0004Mr-I5 for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:40:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:54292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH2r-0004Me-Bh for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:39:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMH2p-0005Cj-RT for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 14:39:47 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 14:39:47 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 14:39:47 +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 Thorsten Jolitz writes: > 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? > Isn't that what drawers are for? --8<---------------cut here---------------start------------->8--- #+DRAWERS: comment * foo :comment: This is a comment :END: ** This is a subsection * bar :comment: This is another comment :END: ** This is another subsection --8<---------------cut here---------------end--------------->8--- -- Nick