How to get htmlize.el work for project publishing in Emacs org-mode? -
i want publish project in emacs org-mode, contains several .html files. there python code examples in them wanna highlight. htmlize.el won't me. strangely, when exporting single .html file (using c-c c-e h), code examples highlighted . how htmlize.el work project publishing?
you have put code inside #+begin_src , #+end_src . example
* python code #+begin_src python def foo(): if bar == 1: bar = 2 else: bar = 3 #+end_src
Comments
Post a Comment