emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* asymptote evaluation
@ 2016-01-18 12:39 Jan-Mark Batke
  2016-01-31 23:30 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jan-Mark Batke @ 2016-01-18 12:39 UTC (permalink / raw)
  To: Org-Mode

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 780 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: asymptote evaluation
  2016-01-18 12:39 asymptote evaluation Jan-Mark Batke
@ 2016-01-31 23:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-01-31 23:30 UTC (permalink / raw)
  To: Jan-Mark Batke; +Cc: Org-Mode

Hello,

Jan-Mark Batke <jan.mark.batke@googlemail.com> writes:

> 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

The syntax is

  #+property: header-args :eval no-export

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-31 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-18 12:39 asymptote evaluation Jan-Mark Batke
2016-01-31 23:30 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).