From a0d59ff6a3ed2b517588b36a2571822fb4ac51dd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:43:36 +0200 Subject: [PATCH] Add :version to ob-plantuml.el option. --- lisp/ob-plantuml.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index da700527f..55729eb41 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) -- 2.11.4.GIT