getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
59 stars 95 forks source link

[orgmode] no syntax highlighting due to pygments -g flag #162

Closed jamescasbon closed 7 years ago

jamescasbon commented 8 years ago

I dropped the -g in

(defun pygmentize (lang code)
...
                               (format "pygmentize -f html -l %s" lang)

This gave me much better synatx highlighting.