Procházet zdrojové kódy

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.
Kyle Meyer před 5 roky
rodič
revize
852af41bd9
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      lisp/ox-html.el

+ 1 - 2
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)