From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Bug? org-export-babel-evaluate setting breaks :exports results Date: Thu, 29 Sep 2016 13:34:24 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="0-467688435-1475181265=:1548" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpi2h-00048w-DR for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 16:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpi2c-0000NH-Co for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 16:34:55 -0400 Received: from iport-bcv2-out.ucsd.edu ([132.239.0.73]:43796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpi2c-0000Mu-4N for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 16:34:50 -0400 In-Reply-To: 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: William Denton Cc: emacs-orgmode@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-467688435-1475181265=:1548 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 29 Sep 2016, William Denton wrote: > I'm working on a big Org file on a slow machine, so I set > org-export-babel-evaluate to nil so exporting to PDF just generates the file > from what's in the buffer, without doing any calculating. > Actually it does a lot LESS than that. The docstring notes that: "When set to nil no code will be evaluated as part of the export process and no header argumentss will be obeyed." and advises: "Users who wish to avoid evaluating code on export should use the header argument ˇ:eval never-export˘." which sounds like what you wanted. Chuck --0-467688435-1475181265=:1548--