summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-03 13:43:36 +0200
committerBastien Guerry <bzg@altern.org>2012-04-03 13:43:36 +0200
commita0d59ff6a3ed2b517588b36a2571822fb4ac51dd (patch)
tree7eefffa33dcb2b12671ce32ed071a1efb594739d
parent8ca9c1b1958bef6ad976fe7bf5322e55b2b965aa (diff)
downloadorg-mode-a0d59ff6a3ed2b517588b36a2571822fb4ac51dd.tar.gz
Add :version to ob-plantuml.el option.
-rw-r--r--lisp/ob-plantuml.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el
index da70052..55729eb 100644
--- a/lisp/ob-plantuml.el
+++ b/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)