From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: silent evaluation during export Date: Fri, 04 Feb 2011 10:48:18 -0600 Message-ID: <4D4C2DD2.4050802@ccbr.umn.edu> References: <4D4C1DA5.3040804@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35963 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlOpb-0005kv-SJ for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 11:48:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlOpa-0004w7-Fq for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 11:48:23 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:3918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlOpa-0004w0-7r for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 11:48:22 -0500 In-Reply-To: <4D4C1DA5.3040804@med.uni-goettingen.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas, This may help, but I'm not sure what language you're using. I was using in this discussion. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29333.html The upshot from that thread was that by including a :session argument, you guarantee that the code runs on export. --Erik Andreas Leha wrote: > Hi all, > > I have several code blocks that must be evaluated during export, but > silently, i.e. I do not want code/output/anything to appear in the export. > > How do I achieve this? The obvious :export none also disables evaluation. > > Regards, > Andreas > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode