Explorar o código

ox-latex: Fix defcustom keywords.

* lisp/ox-latex.el (org-latex-reference-command): Do not provide
both :version and :package-version.  Add :safe keyword.
Nicolas Goaziou %!s(int64=4) %!d(string=hai) anos
pai
achega
9aa304f957
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/ox-latex.el

+ 2 - 2
lisp/ox-latex.el

@@ -412,8 +412,8 @@ use of a package such as hyperref or cleveref and then change the format string
 to \"\\autoref{%s}\" or \"\\cref{%s}\" for example."
   :group 'org-export-latex
   :type 'string
-  :version "28.1"
-  :package-version '(Org . "9.5"))
+  :package-version '(Org . "9.5")
+  :safe t)
 
 ;;;; Preamble