From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Dominik Newsgroups: gmane.emacs.help Subject: colored fonts in batch mode Date: Thu, 08 May 2008 11:15:54 +0200 Organization: Faculty of Science, University of Amsterdam Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210243236 32149 80.91.229.12 (8 May 2008 10:40:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 10:40:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 08 12:41:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ju3Yl-0004Y5-7F for geh-help-gnu-emacs@m.gmane.org; Thu, 08 May 2008 12:41:11 +0200 Original-Received: from localhost ([127.0.0.1]:48022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju3Y3-0004hs-3E for geh-help-gnu-emacs@m.gmane.org; Thu, 08 May 2008 06:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!feeder.news-service.com!hwmnpeer03.ams!news.highwinds-media.com!transit5.hitnews.eu!tudelft.nl!binfeed1.tudelft.nl!usenet.uva.nl!news.science.uva.nl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-Distribution: world Original-NNTP-Posting-Host: nb-dominik2.science.uva.nl Original-X-Trace: info.science.uva.nl 1210238154 9794 146.50.22.167 (8 May 2008 09:15:54 GMT) Original-X-Complaints-To: usenet@science.uva.nl Original-NNTP-Posting-Date: Thu, 8 May 2008 09:15:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (darwin) Cancel-Lock: sha1:fRvH2p9afYfNOgxzBty5c85cFt4= Original-Xref: shelby.stanford.edu gnu.emacs.help:158447 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53814 Archived-At: Hi, I am trying to use emacs in batch mode to convert org-mode files to HTML. In the process, I would like to use font-lock to fontify some snippets, and then use htmlize.el to convert the fontification into HTML. This works great in interactive work, when I actually have a window system running. However, in batch mode, Emacs seems to think that it is displaying on a black-and-white device, so the fontification is much poorer in this case. Is there a way to run Emacs in batch mode (i.e. without any display at all) and still make it use the fonts/colors for a full color display? Thanks. - Carsten