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.
This commit is contained in:
Kyle Meyer 2020-03-15 22:07:52 -04:00
parent 661696036f
commit 852af41bd9
1 changed files with 1 additions and 2 deletions

View File

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