summaryrefslogtreecommitdiff
path: root/lisp/org/org-capture.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-04-03 14:02:21 +0200
committerBastien Guerry <bastien1@free.fr>2012-04-03 14:02:21 +0200
commit372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch)
treeb5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/org-capture.el
parent5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff)
downloademacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz
Add :version tag to new Org options in Emacs 24.1
Diffstat (limited to 'lisp/org/org-capture.el')
-rw-r--r--lisp/org/org-capture.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index 775606b4cfb..454463f7086 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/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