coldnew / hexo-renderer-org

Hexo renderer plugin for emacs org-mode
GNU General Public License v3.0
164 stars 38 forks source link

use orgmode built-in code highlighter #29

Closed kevinkwl closed 7 years ago

kevinkwl commented 7 years ago

modify the emacs lisp code like this

(progn
  (require 'ox-html)
  (setq org-html-htmlize-output-type 'css)
 ...