فهرست منبع

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 4 سال پیش
والد
کامیت
9aa304f957
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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