From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: "header-args :eval inline-only" not working Date: Sat, 19 Aug 2017 21:27:14 +0200 Message-ID: <87fucnjr3h.fsf@nicolasgoaziou.fr> References: 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]:57733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dj9Ow-0008JA-Ep for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 15:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dj9Ov-0005ea-G9 for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 15:27:18 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:52813) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dj9Ov-0005dq-AH for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 15:27:17 -0400 In-Reply-To: (Vikas Rawal's message of "Sat, 19 Aug 2017 22:06:05 +0530") 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: Vikas Rawal Cc: org-mode mailing list Hello, Vikas Rawal writes: > 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. What is "not working"? > 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. Could you provide an ECM? Regards, --=20 Nicolas Goaziou