I want to publish a project in Emacs org-mode, which contains several .html files. There are some python code examples in them that I wanna highlight. But htmlize.el won't do that for me. Strangely, when exporting single .html file (using C-c C-e h), the code examples are highlighted . So how could I get htmlize.el work for project publishing?
feedback
|
|
You have to put your code inside #+BEGIN_SRC and #+END_SRC . For example
| |||||
feedback
|
|
In your
See the Publishing action section of the Org-mode manual. | |||
|
feedback
|