From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: "header-args :eval inline-only" not working Date: Sat, 19 Aug 2017 22:06:05 +0530 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dj6jQ-0002ay-Vm for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 12:36:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dj6jN-00087v-SH for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 12:36:16 -0400 Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]:35833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dj6jN-00087I-LZ for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 12:36:13 -0400 Received: by mail-pg0-x244.google.com with SMTP id t80so12505044pgb.2 for ; Sat, 19 Aug 2017 09:36:13 -0700 (PDT) Received: from [192.168.1.33] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id j6sm7375756pgn.3.2017.08.19.09.36.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Aug 2017 09:36:11 -0700 (PDT) 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: org-mode mailing list My org-version (latest on org ELPA) is: Org mode version 9.0.9 = (9.0.9-82-gb862c2-elpa @ /Users/vikas/.emacs.d/elpa/org-20170814/) The following is not working:=20 #+PROPERTY: header-args :eval inline-only ":eval never-export=E2=80=9D works; but ":eval inline-only" does not. I can deal with this by globally changing the option using: (org-export-babel-evaluate (quote inline-only)) But this creates another problem. After this, org does not respect = =E2=80=9C:exports results=E2=80=9D and exports both the code and = results. Has anyone else faced this? If I start my emacs with a -q, emacs picks up the org version that came = with my version of emacs (25.2.1): Org-mode version 8.2.10 (release_8.2.10 @ = /usr/local/Cellar/emacs-mac/emacs-25.2-z-mac-6.5/share/emacs/25.2/lisp/org= /) With this, everything works! =E2=80=9C:eval inline-only=E2=80=9D is = respected and so is =E2=80=9C:exports results=E2=80=9D. Have I stumbled on a bug in the current version? Vikas=