Generate CSS classes instead of trying to generate inline-css
I’ll style the actual faces later.
This commit is contained in:
parent
5c36c36465
commit
3e28016db9
1 changed files with 2 additions and 0 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue