Jambunathan K writes:
>> And I have not changed any option related to org-babel or the
>> exporting function. So how can I make the syntax highlighting work
>> for exporting to html?
>
> Add contrib/lisp to load path and do a (require 'htmlize)
thank you,i have done it.
org-mode is nice.
--
a m
> And I have not changed any option related to org-babel or the
> exporting function. So how can I make the syntax highlighting work
> for exporting to html?
Add contrib/lisp to load path and do a (require 'htmlize)
--
I'm using org-mode v7.01g.
I've tried to export a code block like this:
#+BEGIN_SRC c -n
static void doData()
{
if (_pStatus->switchChange>0x00)
{
_pStatus->switchChange = 0x00;
_pStatus->workStatus = DATABASE_PRO_WOR_WAIT;
return;