Thorsten Jolitz <tjol...@gmail.com> 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