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:
Gerard Vermeulen 2024-02-02 13:06:29 +01:00 committed by Ihor Radchenko
parent 344d4624e1
commit 71fa0014db
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

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