X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=09132d585a7c8d666175a7d90ff34435f7b916f9;hb=2af2553b1df74927c28e86fa4b21e55f780fb03f;hp=10373bb322cac0f5571f1d4a4c06605509c816ca;hpb=22f28f7c2a5db5aa66de01e75d614ba18e60642b;p=dotfiles.git 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"