From cfeec061806921307220fcd7f3f3331179becd6a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 15 Apr 2024 20:09:33 -0500 Subject: add custom css --- publish.el | 1 + 1 file changed, 1 insertion(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 94c6a32..3639627 100644 --- a/publish.el +++ b/publish.el @@ -61,6 +61,7 @@ (if (equal "rss.org" (file-name-nondirectory filename)) (org-rss-publish-to-rss plist filename dir))) +(setq org-html-htmlize-output-type 'css) (setq org-publish-project-alist '( ("org-core" -- cgit v1.2.3