From 7a3ccf4eae24afb12af376820727b95057657c62 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 2 Dec 2022 17:01:11 +0100 Subject: [PATCH] do not include default style --- publish.el | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.el b/publish.el index 5615461..c1090fa 100755 --- a/publish.el +++ b/publish.el @@ -26,6 +26,7 @@ (setq org-html-htmlize-output-type 'css) (setq org-export-time-stamp-file nil) (setq org-html-validation-link nil) +(setq org-html-head-include-default-style nil) (setq org-publish-project-alist '(("tlakh" :base-directory "/var/www/htdocs/"