From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: how export highlight code Date: Sun, 18 Sep 2011 08:05:44 +0530 Message-ID: <81wrd6zif3.fsf@gmail.com> References: <874o0awpza.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R57Eg-0007Hr-Nw for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 22:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R57Ef-0006Gz-Li for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 22:36:02 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:52389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R57Ef-0006Gt-Fn for emacs-orgmode@gnu.org; Sat, 17 Sep 2011 22:36:01 -0400 Received: by pzk36 with SMTP id 36so5740245pzk.3 for ; Sat, 17 Sep 2011 19:36:00 -0700 (PDT) In-Reply-To: <874o0awpza.fsf@gmail.com> (a. machine of awareness's message of "Sun, 18 Sep 2011 10:20:41 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: a machine of awareness Cc: emacs-orgmode@gnu.org > 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) --