瀏覽代碼

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