Christian Moe <m...@christianmoe.com> writes: >> I was hoping that a higher-level setting would override all tangle >> settings under it, no matter what they might be. This would make it >> possible to change an entire section's tangling without fussing with >> each code block's setting. > > The status quo makes more sense, I think. It allows you to easily change > an entire section's tangling but make specific exceptions that > override the general setting.
I agree with Christian here. But you could trick org into achieving what you want, in specifying a tangle target in the PROPERTIES sectio, given that you only use :tangle yes : * headline :PROPERTIES: :tangle: tmp.tmp :END: #+begin_src perl :tangle yes 2 + 2 #+end_src #+begin_src perl :tangle no 3 + 3 #+end_src In this case, the the first code block can be tangled into tmp.tmp and the second one won't. So no harm done to your "clean" tangled file, only the tmp.tmp, which you can discard afterwords. Cheers, Rainer > > Yours, > Christian > -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: rai...@krugs.de Skype: RMkrug