From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Tag/Property that keeps headline folded during global visibility cycling? Date: Wed, 18 Sep 2013 15:56:16 +0200 Message-ID: <87six2mdxb.fsf@gmail.com> References: <87wqmemkgh.fsf@gmail.com> <87ioxyi9rw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMIFC-00062z-Lg for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 09:56:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMIF5-0006BA-By for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 09:56:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:49742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMIF5-0006B4-5n for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 09:56:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMIF3-0001qM-7k for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 15:56:29 +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 15:56:29 +0200 Received: from tjolitz by e178189153.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 15:56:29 +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 Nick Dokos writes: > 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? > > #+DRAWERS: comment > > * foo > :comment: > This is a comment > :END: > ** This is a subsection > * bar > :comment: > This is another comment > :END: > ** This is another subsection Yes, in principle I'm looking for drawer-style visibility behaviour. In some aspects it would be more convenient though to have this behaviour for certain marked subtrees - for an overview, navigation, tagging, exporting ... a headline offers more than a drawer. -- cheers, Thorsten