From 17eff0f6bd2f3925bd3dc87fa980dc5770a9dd7d Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 10 Mar 2023 11:19:01 +0100 Subject: [PATCH] Switch to html5; pointed out by Frantisek --- publish.el | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.el b/publish.el index a61d25c..350e15e 100755 --- a/publish.el +++ b/publish.el @@ -24,6 +24,7 @@ (require 'htmlize) (require 'org) +(setq org-html-doctype "html5") (setq org-html-htmlize-output-type 'css) (setq org-export-time-stamp-file nil) (setq org-html-validation-link nil)