From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: disable automatic source block evaluation but allow manual Date: Thu, 16 Dec 2010 07:16:03 -0700 Message-ID: <87hbedolb0.fsf@gmail.com> References: <4D09D2EF.8070309@med.uni-goettingen.de> <807hfaaw14.fsf@missioncriticalit.com> <4D0A1D59.3080907@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43744 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTEct-0008NG-Hh for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 09:16:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTEcs-0000JD-EP for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 09:16:11 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:54842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTEcs-0000J9-7k for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 09:16:10 -0500 Received: by vws10 with SMTP id 10so1239541vws.0 for ; Thu, 16 Dec 2010 06:16:09 -0800 (PST) In-Reply-To: <4D0A1D59.3080907@gmail.com> (Rainer M. Krug's message of "Thu, 16 Dec 2010 15:08:25 +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: Rainer M Krug Cc: =?utf-8?Q?S=C3=A9bastien?= Vauban , emacs-orgmode@gnu.org Rainer M Krug writes: > > I guess one possibility would be to have a header argument > (update-results-when-exporting) which, if set, would update all results > in the org buffer and export then. > This can also be accomplished using an export hook. e.g. (add-hook 'org-export-first-hook 'org-babel-execute-buffer) Best -- Eric