lang/org: org-latex-prefer-user-labels = t
This commit is contained in:
parent
d6fb7d8ac6
commit
434f107099
1 changed files with 2 additions and 1 deletions
|
@ -460,7 +460,8 @@ relative to `org-directory', unless it is an absolute path."
|
|||
(defun +org-init-export-h ()
|
||||
"TODO"
|
||||
(setq org-export-with-smart-quotes t
|
||||
org-html-validation-link nil)
|
||||
org-html-validation-link nil
|
||||
org-latex-prefer-user-labels t)
|
||||
|
||||
(when (featurep! :lang markdown)
|
||||
(add-to-list 'org-export-backends 'md))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue