From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Anders Subject: Org-babel: can evaluation confirmation be disabled (e.g., set to always yes)? Date: Thu, 7 Jul 2011 17:38:05 +0100 Message-ID: <370E34D8-8813-40FA-9C77-B5AE3543BB7F@beds.ac.uk> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QerxC-0003P1-I0 for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 13:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qerip-00078o-7w for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 12:46:40 -0400 Received: from smtp.idnet.com ([212.69.40.133]:45287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qerio-00078a-Qs for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 12:46:39 -0400 Received: from localhost (unknown [127.0.0.1]) by smtp.idnet.com (Postfix) with ESMTP id 10ABD9F9C6 for ; Thu, 7 Jul 2011 16:38:05 +0000 (UTC) Received: from smtp.idnet.com ([127.0.0.1]) by localhost (smtp.idnet.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I+woIAH4aueW for ; Thu, 7 Jul 2011 17:38:04 +0100 (BST) Received: from smtp.idnet.com (template [127.0.0.1]) by smtp.idnet.com (Postfix) with ESMTP id 6962E9F9C7 for ; Thu, 7 Jul 2011 17:38:04 +0100 (BST) Received: from [192.168.0.3] (cust132-dsl91-135-3.idnet.net [91.135.3.132]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.idnet.com (Postfix) with ESMTPS id 522A89F9C6 for ; Thu, 7 Jul 2011 17:38:04 +0100 (BST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear Babel developers,=20 As you know, whenever I hit C-c C-c in a code block, I get the following = question. Evaluate this code block on your system? (y or n)=20 In the case of "nested" calls (using noweb) there can even be many = queries like that before some code is actually executed. Can this be disabled by setting it to yes by default? I don't do any = coding in my blocks that could in any ways adversely affect my system... I could not find anything related in the documentation, apologies if I = missed it. Best, Torsten =20=