From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: how to control exported src color Date: Wed, 15 Jun 2011 19:57:06 +0530 Message-ID: <81mxhj6uh1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWr43-0002L5-I4 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 10:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWr40-0003oA-Fy for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 10:27:27 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:42940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWr3z-0003ny-N7 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 10:27:23 -0400 Received: by pzk4 with SMTP id 4so370500pzk.0 for ; Wed, 15 Jun 2011 07:27:22 -0700 (PDT) In-Reply-To: (silent's message of "Wed, 15 Jun 2011 14:44:09 +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: silent Cc: emacs-orgmode@gnu.org silent writes: > hi, > > I met a problem: > > I use #+BEGIN_SRC html #+END_SRC in org, and export to html > but the source code's highlight color is not good, Does your Emacs buffers look that way? > could you please tell me how can I change the color ? M-x customize-group RET org-export-htmlize is a good starting point. But you have to do some homework. Jambunathan K. --