Grant Rettke <gcr <at> wisdomandwonder.com> writes: > > Good evening, > > For both performance and cognitive reasons, sometimes I specifically > never want to tangle or weave a headline or any of > its children. I still value it though, so it belongs in that document, > and it wouldn't make sense for it to be linked as an > external document. For performance reasons, I suspect that it would > speed up tangling, but I need to verify this. > > Thus far I just add something like this, so at least it is obvious to > *me* what is my intent: > > # INTENT: never weave or tangle this headline or its children > :PROPERTIES: > :exports: none > :tangle: no > :END: >
You want this: http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html#Header-arguments-in-Org-mode-properties i.e. :header-args: :exports none :tangle no HTH, Chuck