From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Cowley Subject: org-export-babel-evaluate and header arguments Date: Wed, 09 Mar 2016 19:44:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adoif-00052N-51 for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 19:44:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adoia-0000ph-5r for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 19:44:49 -0500 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:36513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adoia-0000pd-1t for emacs-orgmode@gnu.org; Wed, 09 Mar 2016 19:44:44 -0500 Received: by mail-qg0-x232.google.com with SMTP id u110so57681518qge.3 for ; Wed, 09 Mar 2016 16:44:43 -0800 (PST) Received: from Sonmi451.home (pool-72-82-167-248.cmdnnj.east.verizon.net. [72.82.167.248]) by smtp.gmail.com with ESMTPSA id 94sm619003qgj.10.2016.03.09.16.44.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Mar 2016 16:44:41 -0800 (PST) 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 If I have org-export-babel-evaluate set to nil, source blocks are not evaluated on export. However, if a source block has a :var header argument that calls another source block, I am prompted if the callee should be evaluated. Given that the caller is not to be evaluated, I'm not sure I see a reason for the :var to be evaluated. Is there a way I can disable this argument evaluation? My goal is quick exports, but in this case it actually seems like a bug since all of my code blocks are :session. If I give permission to evaluate the :var argument, it will result in an error since the session hasn't been updated with the evaluations of other source blocks. Thanks, Anthony