DONE evaluation of code block on export
- State "DONE" from "TODO"
- State "TODO" from ""
Currently when exporting a code block with the :exports code
header
argument, the code block is not evaluated. this can lead to
unexpected behavior when there is a session argument, in situations
like the following
Lets try evaluating source code blocks when there is a session
argument, and when the :exports code
header argument is present.
There should however be a way to inhibit this evaluation. And now
there is, through application of a :noeval
header argument.