From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Suppressing src block evaluationon publish? Date: Tue, 01 Feb 2011 17:37:03 +0100 Message-ID: References: <87hbcn3fzr.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkJRt-00086q-73 for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 11:51:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkJGx-0003aL-9H for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 11:40:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:35694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkJGx-0003a7-3F for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 11:40:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PkJGv-0007Z1-Uc for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 17:40:05 +0100 Received: from 80-108.eduroam.rwth-aachen.de ([134.61.80.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Feb 2011 17:40:05 +0100 Received: from andrea.crotti.0 by 80-108.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Feb 2011 17:40:05 +0100 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: emacs-orgmode@gnu.org Loris Bennett writes: > Hi, > > I have an org file containing several src blocks which generate images > using ditaa. When I publish to PDF via LaTeX, the images are all > generated every time, which makes publishing rather slow. > > Is there some way to toggle the evaluation of the src blocks on and off > when the file is published? > > Thanks > > Loris Sorry for the other mail I pressed a C-c C-c too much. What I do normally is to put the graphs in another file and then include only the link in the file that I want to export. In case I change something I can still remember to do C-c C-c on the graph...