emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual)
@ 2011-09-16 16:49 Cook, Malcolm
  2011-09-16 17:00 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Cook, Malcolm @ 2011-09-16 16:49 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'
  Cc: 'andreas.leha@med.uni-goettingen.de'

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?

I think my concerns run similarly to those discussed in http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00827.html and so have cc:ed its discussants except my hope is to find a way of de-coupling export form evaluation.

Cheers &  Thanks!

Malcolm Cook

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual)
  2011-09-16 16:49 HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual) Cook, Malcolm
@ 2011-09-16 17:00 ` Nick Dokos
  2011-09-16 17:35   ` Cook, Malcolm
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2011-09-16 17:00 UTC (permalink / raw)
  To: Cook, Malcolm
  Cc: 'andreas.leha@med.uni-goettingen.de', nicholas.dokos,
	'emacs-orgmode@gnu.org'

[forgot to cc: the list]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual)
  2011-09-16 17:00 ` Nick Dokos
@ 2011-09-16 17:35   ` Cook, Malcolm
  0 siblings, 0 replies; 3+ messages in thread
From: Cook, Malcolm @ 2011-09-16 17:35 UTC (permalink / raw)
  To: 'nicholas.dokos@hp.com'
  Cc: 'andreas.leha@med.uni-goettingen.de',
	'emacs-orgmode@gnu.org', Blanchette, Marco

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.dokos@hp.com [mailto:nicholas.dokos@hp.com] 
Sent: Friday, September 16, 2011 12:01 PM
To: Cook, Malcolm
Cc: 'emacs-orgmode@gnu.org'; 'andreas.leha@med.uni-goettingen.de'; nicholas.dokos@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 <MEC@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-16 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16 16:49 HOWTO?: export without (re)eval-ing src blocks (was? disable automatic source block evaluation but allow manual) Cook, Malcolm
2011-09-16 17:00 ` Nick Dokos
2011-09-16 17:35   ` Cook, Malcolm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).