Browse Source

org-babel-expand-body:asymptote

Eric Schulte 15 years ago
parent
commit
4ba08f9b5b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/babel/lisp/langs/org-babel-asymptote.el

+ 2 - 0
contrib/babel/lisp/langs/org-babel-asymptote.el

@@ -56,6 +56,8 @@
 (defvar org-babel-default-header-args:asymptote '((:results . "file") (:exports . "results"))
   "Default arguments to use when evaluating a asymptote source block.")
 
+(defun org-babel-expand-body:asymptote (body params &optional processed-params) body)
+
 (defun org-babel-execute:asymptote (body params)
   "Execute a block of Asymptote code with org-babel.  This function is
 called by `org-babel-execute-src-block'."