branch: externals/org commit 9aa304f957578be87c5c6d3eba84d2dd37f7f81e Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
ox-latex: Fix defcustom keywords. * lisp/ox-latex.el (org-latex-reference-command): Do not provide both :version and :package-version. Add :safe keyword. --- lisp/ox-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index a45474e..c878013 100644 --- a/lisp/ox-latex.el +++ b/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