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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -