summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-03-15 22:07:52 -0400
committerKyle Meyer <kyle@kyleam.com>2020-03-15 22:07:52 -0400
commit852af41bd995bb1c01a99cc1949939e988147359 (patch)
treecb6b4c15bda409018b7e8c8e66b5faba8a08ad94
parent661696036f62dc8fba37bb22b6b81ab831fa9cfd (diff)
downloadorg-mode-852af41bd995bb1c01a99cc1949939e988147359.tar.gz
ox-html: Update a :package-version value
* lisp/ox-html.el (org-html-infojs-template): Update :package-version for recent default value change, and drop :version in favor of mapping via customize-package-emacs-version-alist.
-rw-r--r--lisp/ox-html.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 5c2b766..e70b827 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -525,8 +525,7 @@ org_html_manager.setup(); // activate after the parameters are set
"The template for the export style additions when org-info.js is used.
Option settings will replace the %MANAGER-OPTIONS cookie."
:group 'org-export-html
- :version "24.4"
- :package-version '(Org . "8.0")
+ :package-version '(Org . "9.4")
:type 'string)
(defun org-html-infojs-install-script (exp-plist _backend)