Hi,
I have a problem with BEGIN_SRC export as html,
I use the BEGIN_SRC code block my code like this:
#+BEGIN_SRC C
#include <stdio.h>
int main(void)
{
printf("Hello, World!"\n);
}
#+END_SRC
It work well in emacs, but when I run export as html
the part of BEGIN_SRC / END_SRC generate <pre class="example">, it same with the BEGIN_EXAMPLE / END_EXAMPLE
Not have this problem, but after re-installing Fedora and Emacs.
This is the effect before reinstall the Fedora and Emacs:
Emacs Version: GNU Emacs 23.3.1
Org-mode Version: 7.8.06 (I have tried git version, but still the same problem)
--
Best regards,
Lowstz Chen
Twitter: @lowstz