mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
lang/org: org-html-validation-link = nil
Don't include "Validate" link in html exports.
This commit is contained in:
@@ -377,7 +377,8 @@ file isn't in `org-directory'."
|
||||
|
||||
|
||||
(defun +org-init-export-h ()
|
||||
(setq org-export-with-smart-quotes t)
|
||||
(setq org-export-with-smart-quotes t
|
||||
org-html-validation-link nil)
|
||||
|
||||
(when (featurep! :lang markdown)
|
||||
(add-to-list 'org-export-backends 'md))
|
||||
|
Reference in New Issue
Block a user