Understood, and thank you. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson
On Sun, Jun 15, 2014 at 10:29 PM, Charles Berry <ccbe...@ucsd.edu> wrote: > 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 > >