Re: [O] How do you capture the intent never to tangle or weave a headline or its children?

2014-06-18 Thread Grant Rettke
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





[O] How do you capture the intent never to tangle or weave a headline or its children?

2014-06-15 Thread Grant Rettke
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:

Kind regards,

Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
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



Re: [O] How do you capture the intent never to tangle or weave a headline or its children?

2014-06-15 Thread Charles Berry
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