From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: face error with org-publish : include src emacs-lisp Date: Thu, 20 Nov 2008 08:53:16 +0100 Message-ID: References: <1i4p23i7pk.fsf@development.richardriley.net> <87ljvfi4e8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L34MQ-0002tg-Ml for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 02:53:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L34MP-0002tU-3U for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 02:53:58 -0500 Received: from [199.232.76.173] (port=45681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L34MP-0002tR-0W for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 02:53:57 -0500 Received: from mx20.gnu.org ([199.232.41.8]:11283) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L34MO-0001pE-L8 for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 02:53:56 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L34MN-0002D1-LT for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 02:53:55 -0500 Received: by fg-out-1718.google.com with SMTP id l26so308541fgb.30 for ; Wed, 19 Nov 2008 23:53:53 -0800 (PST) In-Reply-To: <87ljvfi4e8.fsf@gmail.com> (Eric Schulte's message of "Wed, 19 Nov 2008 17:15:43 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: org-mode , Richard Riley "Eric Schulte" writes: > Richard Riley writes: > >> Trying to publish a file utilising an include >> >> #+INCLUDE: "~/.emacs" src emacs-lisp >> >> I get a face error: >> >> face-attribute: Invalid face >> > > I believe this is a compatibility issue with htmlize.el and the most > recent versions of Emacs. I had a similar issue, and made a change to > my copy of htmlize.el following a suggestion from a mailing list (I > don't remember what change or what list) and the line you posted above > is now working for me. > > I'm attaching my copy of htmlize.el, hopefully it will fix your problem. > > Cheers -- Eric Nice one Eric. That was indeed the problem. regards r.