lisp/ox-latex.el: make org-latex-prefer-user-labels safe file local
* lisp/ox-latex.el (org-latex-prefer-user-labels): make it a safe file local variable for consistency with `org-latex-reference-command' and `org-html-prefer-user-labels' being also safe file local variables.
This commit is contained in:
parent
344d4624e1
commit
71fa0014db
|
@ -401,7 +401,8 @@ references."
|
|||
:group 'org-export-latex
|
||||
:type 'boolean
|
||||
:version "26.1"
|
||||
:package-version '(Org . "8.3"))
|
||||
:package-version '(Org . "8.3")
|
||||
:safe #'booleanp)
|
||||
|
||||
(defcustom org-latex-reference-command "\\ref{%s}"
|
||||
"Format string that takes a reference to produce a LaTeX reference command.
|
||||
|
|
Loading…
Reference in New Issue