First post using Emacs + org2blog
One equation
however equation numbering is not working… Help…
One C++ code snippet
void foo() { // Indentation ok? Yes! for(;;) { } }
Updates
- To have syntax highlight (org2blog + emacs), do not forget to install htmlize emacs package
- For equation numbering there is a python script to convert LaTeX to html that you have to “manually” cut n paste. Some other solutions exist (WP plugins like LatexWP…) but you have to run your own wp server.
EOF…