From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: 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 Message-ID: <6251.1316192456@alphaville.americas.hpqcorp.net> References: <2C40E43D1F7A56408C4463FD245DDDF9841B3410@EXCHMB-02.stowers-institute.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4bmr-0004qP-7G for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4bmp-0007d2-Uh for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:01:13 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:7949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4bmp-0007bu-RE for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:01:11 -0400 In-Reply-To: Message from "Cook, Malcolm" of "Fri, 16 Sep 2011 11:49:38 CDT." <2C40E43D1F7A56408C4463FD245DDDF9841B3410@EXCHMB-02.stowers-institute.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Cook, Malcolm" Cc: "'andreas.leha@med.uni-goettingen.de'" , nicholas.dokos@hp.com, "'emacs-orgmode@gnu.org'" [forgot to cc: the list] Cook, Malcolm 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