From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Commit 6f8ea8e breaks the build Date: Mon, 12 Dec 2011 15:07:41 +0100 Message-ID: <87mxaxsx1u.fsf@gnu.org> References: <81mxayauuh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6Wm-0000ls-Ko for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 09:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra6Wh-0003Ny-FV for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 09:06:48 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:45479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6Wh-0003Nt-BW for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 09:06:43 -0500 Received: by vbbfn1 with SMTP id fn1so4425380vbb.0 for ; Mon, 12 Dec 2011 06:06:42 -0800 (PST) In-Reply-To: <81mxayauuh.fsf@gmail.com> (Jambunathan K.'s message of "Mon, 12 Dec 2011 17:02:38 +0530") 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: Jambunathan K Cc: Martyn Jago , emacs-orgmode@gnu.org Jambunathan K writes: > Don't you have htmlfontify.el in your version of Emacs? I thought it is > part of regular Emacs. Could you please check why this is so? May be > some adjustment of load path is required or htmlfontify.el has to be > installed. htmlfontify.el is part of Emacs since version >= 23.2. See this log in the ChangeLog.15 file in Emacs: 2009-11-19 Vivek Dasmohapatra * htmlfontify.el, hfy-cmap.el: New files. I pushed a fix that checks whether the user is running Emacs >= 23.2 and require htmlfontify.el only if so. Thanks, -- Bastien