On Mon, 25 Jul 2016, Nicolas Goaziou wrote:
Hello,
"Thomas S. Dye" <t...@tsdye.com> writes:
Nicolas Goaziou writes:
You may want to add (:eval . "yes") to
`org-babel-default-lob-header-args' if you disagree.
Perhaps this should be added to the default value of
org-babel-default-lob-header-args for the sake of legacy code?
I don't think so, for three reasons:
1. `org-babel-default-lob-header-args' didn't include this association
previously;
2. unlike to :exports, there is no obvious default value for the :eval
argument; the expected default value would be to unset :eval, which
requires another mechanism;
3. I think it is dangerous to assume and Babel call can be evaled, even if
the original source block cannot; after all, the user explicitly
marked the original code block with ":eval no" for a reason.
Fair enough.
I can think of reasons why a user would want to do this, but the current
setup accomodates those pretty well.
Chuck