浏览代码

Add :version to ob-plantuml.el option.

Bastien Guerry 13 年之前
父节点
当前提交
a0d59ff6a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-plantuml.el

+ 1 - 0
lisp/ob-plantuml.el

@@ -44,6 +44,7 @@
 (defcustom org-plantuml-jar-path nil
   "Path to the plantuml.jar file."
   :group 'org-babel
+  :version "24.1"
   :type 'string)
 
 (defun org-babel-execute:plantuml (body params)