summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-23 22:37:30 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-23 22:43:16 -0400
commit18099eadee6a4a50eea690d95b0f5fc9a6030702 (patch)
tree3e6236a9d9da90739ffd8dbaa9d4569ebc8313af
parent8f2fb4066bed5fd7d02ea353ee0105e60c850bcf (diff)
downloadorg-mode-18099eadee6a4a50eea690d95b0f5fc9a6030702.tar.gz
org-capture: Update :package-version for org-capture-templates
* lisp/org-capture.el (org-capture-templates): Add package-version keyword for recent changes, removing the now out of date and unnecessary version keyword. This option changed in both d06aa486d (Add in support for filling in the bare link in org capture, 2020-09-14) and 83c93e6fe (org-capture.el: Give a default value when prompting for a property, 2020-09-23).
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index bdaee41..a6e95f2 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -364,7 +364,7 @@ calendar | %:type %:date
When you need to insert a literal percent sign in the template,
you can escape ambiguous cases with a backward slash, e.g., \\%i."
:group 'org-capture
- :version "24.1"
+ :package-version '(Org . "9.5")
:set (lambda (s v) (set s (org-capture-upgrade-templates v)))
:type
(let ((file-variants '(choice :tag "Filename "