From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Agenda export to html error Date: Sun, 12 Jul 2009 19:42:10 +0200 Message-ID: <86k52d3ij1.fsf@neuf.fr> References: <86vdlyaqdv.fsf@neuf.fr> <87my79rhx0.fsf@stats.ox.ac.uk> 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 1MQ343-00077T-8C for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 13:42:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ342-00076x-60 for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 13:42:14 -0400 Received: from [199.232.76.173] (port=59915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ341-00076r-Ut for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 13:42:14 -0400 Received: from smtp21.services.sfr.fr ([93.17.128.4]:26540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQ341-0002Z2-L9 for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 13:42:13 -0400 In-Reply-To: <87my79rhx0.fsf@stats.ox.ac.uk> (Dan Davison's message of "Sun, 12 Jul 2009 12:21:31 -0400") 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: Dan Davison Cc: emacs-orgmode@gnu.org Dan Davison writes: > I think this is caused by a problem with an Emacs component called > htmlize, when used on Emacs 23 (are you using Emacs 23?). I am. > (add-to-list 'load-path "location/of/org-mode/contrib/lisp") > (require 'htmlize) Well, after putting that in my .emacs, byte-compiling htmlize.el *and* renaming every single file named htmlize.el[c] in my /usr hierarchy, it now works. I owe you a thank you. Though, I still wonder why htmlize.elc in /usr was taking precedence over the one in the contrib directory, even after I had compiled it. -- Nicolas Goaziou