From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Agenda export to html error Date: Sun, 12 Jul 2009 14:15:49 -0400 Message-ID: <2389.1247422549@gamaville.dokosmarshall.org> References: <86vdlyaqdv.fsf@neuf.fr> <87my79rhx0.fsf@stats.ox.ac.uk> <86k52d3ij1.fsf@neuf.fr> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQ3cQ-0008H0-El for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 14:17:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ3cL-0008Dc-Sr for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 14:17:46 -0400 Received: from [199.232.76.173] (port=44859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ3cL-0008DR-Lo for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 14:17:41 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:33129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQ3cL-0000iH-Dr for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 14:17:41 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMO007D3LE6WPP5@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 13:15:48 -0500 (CDT) In-reply-to: Message from Nicolas Goaziou of "Sun, 12 Jul 2009 19:42:10 +0200." <86k52d3ij1.fsf@neuf.fr> 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: Nicolas Goaziou Cc: Dan Davison , emacs-orgmode@gnu.org Nicolas Goaziou wrote: > ... > > 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. > Check your load-path - sometimes, packages take too many freedoms with it. locate-library is also useful to see from where a package is loaded: (locate-library "htmlize") HTH, Nick