mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: org-latex-prefer-user-labels = t
This commit is contained in:
@ -460,7 +460,8 @@ relative to `org-directory', unless it is an absolute path."
|
|||||||
(defun +org-init-export-h ()
|
(defun +org-init-export-h ()
|
||||||
"TODO"
|
"TODO"
|
||||||
(setq org-export-with-smart-quotes t
|
(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)
|
(when (featurep! :lang markdown)
|
||||||
(add-to-list 'org-export-backends 'md))
|
(add-to-list 'org-export-backends 'md))
|
||||||
|
Reference in New Issue
Block a user