From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan-Mark Batke Subject: asymptote evaluation Date: Mon, 18 Jan 2016 13:39:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11469e9ee06a2505299b0ae1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL95g-0000SH-RT for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 07:39:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL95f-00048F-Vu for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 07:39:24 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:36206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL95f-00047O-O7 for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 07:39:23 -0500 Received: by mail-wm0-x234.google.com with SMTP id l65so97847999wmf.1 for ; Mon, 18 Jan 2016 04:39:23 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode --001a11469e9ee06a2505299b0ae1 Content-Type: text/plain; charset=UTF-8 Hi list, using a source block of asymptote code I found that the global eval property is silently ignored, e.g. despite the fact that #+property: :eval no-export is set in document asymptote blocks want to get evaluated while exporting. I can get along with (eval-after-load 'ob-asymptote '(add-to-list 'org-babel-default-header-args:asymptote '(:eval . "no-export"))) in my .emacs, I wonder if this behavior is intended (the asy exporter might look for globally set properties). Best Jan-Mark --001a11469e9ee06a2505299b0ae1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi list,
using a source block of asymptote code I foun= d that the global eval property is silently ignored, e.g. despite the fact = that

#+property: :eval no-export
<= div>
is set in document asymptote blocks want to get evaluate= d while exporting. I can get along with

(eval= -after-load 'ob-asymptote
=C2=A0 '(add-to-list 'org-b= abel-default-header-args:asymptote
'(:eval . "no-export")))

in my .emacs, I wonder if this behavior is intended (the a= sy exporter might look for globally set properties).

Best
Jan-Mark
--001a11469e9ee06a2505299b0ae1--