[forgot to cc: the list]

Cook, Malcolm <m...@stowers.org> wrote:

> I would like to be able to export a buffer as HTML, LaTex,
> what-have-you without having to re-evaluate any source blocks, and
> without having to modify the :eval tag in any source header blocks.
> 
> Is there any way to accomplish this via hooks, flags, appropriate
> function calls?
> ... 

Maybe this:

,----
| org-export-babel-evaluate is a variable defined in `ob-exp.el'.
| Its value is t
| 
|   This variable is safe as a file local variable if its value
|   satisfies the predicate `(lambda (x) (eq x nil))'.
| 
| Documentation:
| Switch controlling code evaluation during export.
| When set to nil no code will be evaluated as part of the export
| process.
`----

Nick

Reply via email to