ob-asymptote 
- Description
- Babel Functions for Asymptote
- Latest
- ob-asymptote-1.0.2.0.20250511.0.tar (.sig), 2026-Aug-16, 10.0 KiB
- Maintainer
- Jarmo Hurri <jarmo.hurri@iki.fi>
- Other versions:
- release version
- Website
- https://github.com/hurrja/ob-asymptote
- ELPA's Repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
Org-Babel support for evaluating asymptote source code. This differs from most standard languages in that 1) there is no such thing as a "session" in asymptote 2) we are generally only going to return results of type "file" 3) we are adding the "file" and "cmdline" header arguments, if file is omitted then the -V option is passed to the asy command for interactive viewing
News
-*- mode: org; coding: utf-8 -*- * Version 1.0.2 ** Correct file name handling Order of ~org-babel-process-file-name~ and ~file-name-sans-extension~ is now correct (reversed from previous) for proper file name processing on Windows platform. Thanks to Taichi Kawabata for pointing out this issue.