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: Cook, Malcolm
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 12:35:45 -0500

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: address@hidden [mailto:address@hidden 
Sent: Friday, September 16, 2011 12:01 PM
To: Cook, Malcolm
Cc: 'address@hidden'; 'address@hidden'; address@hidden
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 <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]