lang/org: org-html-validation-link = nil
Don't include "Validate" link in html exports.
This commit is contained in:
parent
a8cc68e00b
commit
043205b515
1 changed files with 2 additions and 1 deletions
|
@ -377,7 +377,8 @@ file isn't in `org-directory'."
|
||||||
|
|
||||||
|
|
||||||
(defun +org-init-export-h ()
|
(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)
|
(when (featurep! :lang markdown)
|
||||||
(add-to-list 'org-export-backends 'md))
|
(add-to-list 'org-export-backends 'md))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue