Nick,

Exactly what I needed, thanks, somehow missed that....

And this advice is what I needed to do next: 
http://lists.gnu.org/archive/html/emacs-orgmode/2011-06/msg00034.html


~Malcolm


-----Original Message-----
From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] 
Sent: Friday, September 16, 2011 12:01 PM
To: Cook, Malcolm
Cc: 'emacs-orgmode@gnu.org'; 'andreas.l...@med.uni-goettingen.de'; 
nicholas.do...@hp.com
Subject: Re: [O] HOWTO?: export without (re)eval-ing src blocks (was? disable 
automatic source block evaluation but allow manual)

[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