From 3e28016db9dc97c0170528c48833e31db6a8ec20 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Mar 2020 20:23:37 -0700 Subject: Generate CSS classes instead of trying to generate inline-css I’ll style the actual faces later. --- publish.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.el b/publish.el index 3eaf785..a6d5220 100644 --- a/publish.el +++ b/publish.el @@ -82,6 +82,8 @@ STYLE is ignored and PROJECT is passed on directly to related functions." (setq org-export-exclude-tags '("noexport" "draft")) +(setq org-html-htmlize-output-type 'css) + (setq org-publish-project-alist '(("posts" :base-directory "posts/" -- cgit v1.2.3-54-g00ecf