From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: export of src block ignores :results Date: Sat, 1 Oct 2016 09:32:48 -0700 Message-ID: References: <87r383ky0w.fsf@biostat.ku.dk> <87a8eqv5x2.fsf@biostat.ku.dk> <87fuoinfhz.fsf@biostat.ku.dk> <878tu8oc32.fsf@biostat.ku.dk> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqNDc-0007RN-Gc for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 12:32:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqNDX-0000Hr-F2 for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 12:32:55 -0400 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:57351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqNDX-0000Hm-60 for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 12:32:51 -0400 In-Reply-To: <878tu8oc32.fsf@biostat.ku.dk> 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" To: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org, istazahn@gmail.com On Fri, 30 Sep 2016, Thomas Alexander Gerds wrote: > > right, this is what changed and setting :eval never-export on a each > block solves the problem. however, the new way breaks all my existing > org-code. I don't follow this. What exactly is broken? You know all the options for setting header args, right? System-wide, buffer-wide, etc. For buffer-wide setting, one line is all it takes: : #+PROPERTY: header-args :eval never-export (and remember to C-c C-c on that line whenever you insert/edit it) > > is there a reason why the header args have to be ignored when > org-export-babel-evaluate is nil? or asking more directly: would it be > possible to have another option, e.g., > > (setq org-export-babel-evaluate 'never-eval-obey-header-args) > But that is what :eval never-export does. > such that the export process does never evaluate src code but header > arguments are always obeyed? > Possible, yes. But since it adds no new capability and makes the babel code more involved, there isn't the motivtion to do it. Chuck