0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:07:54 +00:00

ox-latex: Fix defcustom keywords.

* lisp/ox-latex.el (org-latex-reference-command): Do not provide
both :version and :package-version.  Add :safe keyword.
This commit is contained in:
Nicolas Goaziou 2021-06-13 22:28:10 +02:00
parent f092cb30d9
commit 9aa304f957

View file

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