瀏覽代碼

org-babel-expand-body:asymptote

Eric Schulte 15 年之前
父節點
當前提交
4ba08f9b5b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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'."