From 18a0b31022c3695536905167e9b20e66b2acbb4e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:22:38 +0200 Subject: [PATCH] Add :version to org-inlinetask.el option. --- lisp/org-inlinetask.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index a14e4043e..5cd190050 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetask.el @@ -173,6 +173,7 @@ or, with the additional package \"todonotes\" for LaTeX, This should be the state `org-inlinetask-insert-task' should use by default, or nil of no state should be assigned." :group 'org-inlinetask + :version "24.1" :type '(choice (const :tag "No state" nil) (string :tag "Specific state")))