From d9d877491bb646b7f590695761c0dfba36d405bf Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 23 Feb 2020 09:41:53 +0100 Subject: [PATCH] org-archive.el: Add :package-version to an option * lisp/org-archive.el (org-archive-subtree-save-file-p): Add :package-version. --- lisp/org-archive.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 74c989138..10a5eb501 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)