summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-18 20:31:15 +0000
committernoa@gaiwan.org2024-06-18 20:31:15 +0000
commit396c3304a8c83a41741dda11b18653f8f36c6501 (patch)
treed2f78dc89404b376402c9a14bb83f1a4e2e17c32
parentd49e767f629cd6d1349168cb44aa7dba473679e6 (diff)
Fix error in org publish default html export settings
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index a562e75..f7cd0b4 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -341,7 +341,7 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (setopt org-export-with-sub-superscripts t)
 (setopt org-html-head-include-default-style nil
         org-html-head-include-scripts nil
-        org-html-validation-link nil
+        org-html-validation-link ""
         org-html-indent t)