emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] HOWTO?: export without (re)eval-ing src blocks (was? disable aut


From: Nick Dokos
Subject: Re: [O] HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual)
Date: Fri, 16 Sep 2011 13:00:56 -0400

[forgot to cc: the list]

Cook, Malcolm <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]