From 8ca9c1b1958bef6ad976fe7bf5322e55b2b965aa Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:43:06 +0200 Subject: [PATCH] Add :version to org-capture.el options. --- lisp/org-capture.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 775606b4c..454463f70 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -262,6 +262,7 @@ w3, w3m | %:type %:url info | %:type %:file %:node calendar | %:type %:date" :group 'org-capture + :version "24.1" :type '(repeat (choice :value ("" "" entry (file "~/org/notes.org") "") @@ -336,12 +337,14 @@ calendar | %:type %:date" The capture buffer is still current when this hook runs and it is widened to the entire buffer." :group 'org-capture + :version "24.1" :type 'hook) (defcustom org-capture-after-finalize-hook nil "Hook that is run right after a capture process is finalized. Suitable for window cleanup" :group 'org-capture + :version "24.1" :type 'hook) ;;; The property list for keeping information about the capture process -- 2.11.4.GIT