From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Re: evaluating all R code blocks (newbie question) Date: Fri, 21 Jan 2011 00:20:21 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg4k3-0005HT-5z for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 19:20:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg4k2-0000LA-8V for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 19:20:39 -0500 Received: from lo.gmane.org ([80.91.229.12]:49320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg4k2-0000Ku-0V for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 19:20:38 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pg4jz-00015O-QS for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 01:20:36 +0100 Received: from c-98-222-194-143.hsd1.in.comcast.net ([98.222.194.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 01:20:35 +0100 Received: from dnquark by c-98-222-194-143.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 01:20:35 +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 Julian Burgos uw.edu> writes: > > Dear list, > > Hopefully this is not too basic, nor has been answered before. > > I would like to know if there is away to have alll R code blocks in a > document evaluated automatically (i.e. without query) when exporting > to Latex. Now I have to answer "yes" multiple times to the question > "Evaluate this R code block in your system" every time I do an export, > which is somewhat annoying. > Many thanks, I don't have experience w/ LaTeX export, but try this to turn off the "evaluate this block?" prompt: (setq org-confirm-babel-evaluate nil)