From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: agenda export error Date: Wed, 22 Apr 2009 16:48:56 -0400 Message-ID: <9730.1240433336@alphaville.usa.hp.com> References: <938fae2d0904221321u24edeb5p2b68ee3e30be852c@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwjOi-00085E-9d for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 16:50:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwjOd-00083f-OI for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 16:50:23 -0400 Received: from [199.232.76.173] (port=60995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwjOd-00083c-G7 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 16:50:19 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:3626) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwjOd-0003wc-5p for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 16:50:19 -0400 In-Reply-To: Message from Eraldo Helal of "Wed, 22 Apr 2009 22:21:22 +0200." <938fae2d0904221321u24edeb5p2b68ee3e30be852c@mail.gmail.com> 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: Eraldo Helal Cc: Org-Mode Eraldo Helal wrote: > I get the following error when trying to export my agenda: > > > org-write-agenda: Cannot open load file: htmlize > > > Any idea how to fix this? > Get htmlize.el from http://www.emacswiki.org/emacs/htmlize.el install it somewhere in your load-path and (optionally) byte-compile it. This version includes Carsten's fixes for face properties, making it compatibel with Emacs 23 (as well as older versions). HTH, Nick