0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

org-archive.el: Add :package-version to an option

* lisp/org-archive.el (org-archive-subtree-save-file-p): Add
:package-version.
This commit is contained in:
Bastien 2020-02-23 09:41:53 +01:00
parent 4d23aa19d5
commit d9d877491b

View file

@ -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)