From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed Date: Wed, 22 Feb 2017 15:27:37 +0000 Message-ID: <87r32qkzyu.fsf@yandex.com> References: <38f5c7e0-b000-f8bd-97dd-6947e3272511@psi.ch> <4a762d44-3d98-0caa-0e2d-3ff515f8f3c9@psi.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgYpa-0003sd-GD for emacs-orgmode@gnu.org; Wed, 22 Feb 2017 10:27:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgYpX-0008H4-Do for emacs-orgmode@gnu.org; Wed, 22 Feb 2017 10:27:50 -0500 Received: from forward2o.cmail.yandex.net ([37.9.109.243]:52669) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgYpW-0008Fm-TU for emacs-orgmode@gnu.org; Wed, 22 Feb 2017 10:27:47 -0500 In-Reply-To: (Charles C. Berry's message of "Tue, 21 Feb 2017 08:37:43 -0800") 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: "Charles C. Berry" Cc: emacs-orgmode@gnu.org, Derek Feichtinger Hi. On Tue, Feb 21 2017, Charles C. Berry wrote: > On Mon, 20 Feb 2017, Derek Feichtinger wrote: > >> Hi Chuck >> >> On 21.02.2017 00:54, Charles C. Berry wrote: >>> On Mon, 20 Feb 2017, Derek Feichtinger wrote: >>> >>>> When org-export-babel-evaluate is set to nil, I see a different >>>> behavior now as compared to earlier versions of org. >>> >>> Indeed. >>> >>> It is now *obsolete* and its behavior has intentionally been >>> changed as noted here: >>> > > >> So, I still feel that this is a very much needed functionality that >> has been lost on the way. > > Nothing is lost here. > > Reread the part of my post that you deleted in your reply: > > : | ... Users > : | who wish to avoid evaluating code on export should use the header > : | argument =E2=80=98:eval never-export=E2=80=99. > : | > > which is how to do what you want. > > And maybe review how to set header args buffer wide or system-wide. > I agree very much with the sentiments expressed by Derek Feichtinger. The old org-export-babel-evaluate allowed a setting to be made for one or several files. Perhaps I've not understood correctly, but the new arrangement would seem to suggest that the user has to insert what they want at each src_code block. Best wishes, C.