From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Mitchell Subject: Re: evaluating all R code blocks (newbie question) Date: Thu, 20 Jan 2011 16:00:18 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=41653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfwwA-00055a-FL for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 11:00:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfww9-0004Uu-MH for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 11:00:38 -0500 Received: from lo.gmane.org ([80.91.229.12]:47273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfww9-0004Ul-FS for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 11:00:37 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pfww7-0003QD-LF for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:00:35 +0100 Received: from e4300lm.epcc.ed.ac.uk ([129.215.63.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2011 17:00:35 +0100 Received: from wence by e4300lm.epcc.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2011 17:00: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 wrote: > Many thanks Lawrence. Yes, I'm aware of the risks, but for now I am > only working with my own files. > Do you know if it is possible to evaluation confirmation as a header > option, so I can left it on but turn it off in my own files? I don't believe it is. If you think about, this is also a security hole, since a malicious user could put the relevant header in, even if you've set org-confirm-babel-evaluate to t. Cheers, Lawrence