From 2af2553b1df74927c28e86fa4b21e55f780fb03f Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 2 Mar 2017 00:09:40 +0800 Subject: [PATCH] emacs - blog, disable inline-css for code block --- emacs.d/config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 10373bb..09132d5 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1185,6 +1185,9 @@ Refer to [[http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html] #+BEGIN_SRC emacs-lisp :tangle yes :results silent (require 'ox-publish) + ;; To prevent inline-css when exporting html. will use external css + (setq org-html-htmlize-output-type 'css) + (setq org-publish-project-alist `( ("org-notes" -- 2.11.0