Browse Source

org-babel-expand-body:dot

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

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

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