summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-23 09:41:53 +0100
committerBastien <bzg@gnu.org>2020-02-23 09:42:02 +0100
commitd9d877491bb646b7f590695761c0dfba36d405bf (patch)
treed5e4ec62d4fbdc7e10943669b6eb10f543dc8ee5
parent4d23aa19d59d8819ccbda62917d3ef2723694293 (diff)
downloadorg-mode-d9d877491bb646b7f590695761c0dfba36d405bf.tar.gz
org-archive.el: Add :package-version to an option
* lisp/org-archive.el (org-archive-subtree-save-file-p): Add :package-version.
-rw-r--r--lisp/org-archive.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-archive.el b/lisp/org-archive.el
index 74c9891..10a5eb5 100644
--- a/lisp/org-archive.el
+++ b/lisp/org-archive.el
@@ -94,6 +94,7 @@ When a string, a %s formatter will be replaced by the file name."
(defcustom org-archive-subtree-save-file-p 'from-org
"Non-nil means save the archive file after archiving a subtree."
:group 'org-archive
+ :package-version '(Org . "9.4")
:type '(choice
(const :tag "Always save the archive buffer" t)
(const :tag "Save target buffer when archiving from an agenda view" from-agenda)