From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: Re: 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 Message-ID: <2C40E43D1F7A56408C4463FD245DDDF9841B3429@EXCHMB-02.stowers-institute.org> References: <2C40E43D1F7A56408C4463FD245DDDF9841B3410@EXCHMB-02.stowers-institute.org> <6251.1316192456@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4cKN-0003SH-Tj for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:35:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4cKM-0006yB-5W for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:35:51 -0400 Received: from smtp01.stowers.org ([12.201.176.61]:58232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4cKL-0006xV-OR for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 13:35:50 -0400 In-Reply-To: <6251.1316192456@alphaville.americas.hpqcorp.net> Content-Language: en-US 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: "'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/h= tml/emacs-orgmode/2011-06/msg00034.html ~Malcolm -----Original Message----- From: nicholas.dokos@hp.com [mailto:nicholas.dokos@hp.com]=20 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? disab= le automatic source block evaluation but allow manual) [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. >=20 > Is there any way to accomplish this via hooks, flags, appropriate > function calls? > ...=20 Maybe this: ,---- | org-export-babel-evaluate is a variable defined in `ob-exp.el'. | Its value is t |=20 | This variable is safe as a file local variable if its value | satisfies the predicate `(lambda (x) (eq x nil))'. |=20 | Documentation: | Switch controlling code evaluation during export. | When set to nil no code will be evaluated as part of the export | process. `---- Nick