DONE evaluation of code block on export

  • State "DONE" from "TODO" 2010-06-06 Sun 19:10
  • State "TODO" from "" 2010-06-06 Sun 15:00

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.