Re: [O] how export highlight code

2011-09-20 Thread a machine of awareness
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

Re: [O] how export highlight code

2011-09-17 Thread Jambunathan K
> 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) --

[O] how export highlight code

2011-09-17 Thread a machine of awareness
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;