emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Tag/Property that keeps headline folded during global visibility


From: Nick Dokos
Subject: Re: [O] Tag/Property that keeps headline folded during global visibility cycling?
Date: Wed, 18 Sep 2013 08:39:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Thorsten Jolitz <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]