emacs - blog, disable inline-css for code block
authorPeng Li <seudut@gmail.com>
Wed, 1 Mar 2017 16:09:40 +0000 (00:09 +0800)
committerPeng Li <seudut@gmail.com>
Wed, 1 Mar 2017 16:09:40 +0000 (00:09 +0800)
emacs.d/config.org

index 10373bb..09132d5 100644 (file)
@@ -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"