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 21:15:42 +0200 Message-ID: <868wit3e75.fsf@neuf.fr> References: <86vdlyaqdv.fsf@neuf.fr> <87my79rhx0.fsf@stats.ox.ac.uk> <86k52d3ij1.fsf@neuf.fr> <2389.1247422549@gamaville.dokosmarshall.org> 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 1MQ4Wb-0000hg-E8 for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 15:15:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ4WZ-0000hK-8e for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 15:15:48 -0400 Received: from [199.232.76.173] (port=52180 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ4WZ-0000hH-5Q for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 15:15:47 -0400 Received: from smtp22.services.sfr.fr ([93.17.128.11]:49831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQ4WY-0000Qd-3U for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 15:15:46 -0400 In-Reply-To: <2389.1247422549@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sun, 12 Jul 2009 14:15:49 -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: nicholas.dokos@hp.com Cc: Dan Davison , emacs-orgmode@gnu.org Nick Dokos writes: > Check your load-path - sometimes, packages take too many freedoms with > it. Here is my load-path : (setq load-path (append load-path (list "~/.emacs.d/elisp" "~/.emacs.d/etc" "~/.emacs.d/elisp/yasnippet-0.5.10" "~/.emacs.d/elisp/org-mode/lisp" "~/.emacs.d/elisp/org-mode/contrib/lisp"))) I don't see anything that could be wrong. > locate-library is also useful to see from where a package is loaded: > > (locate-library "htmlize") You are right. I tend to forget about this function. Alas, in that case, this will give me the "who" but not the "why". -- Nicolas Goaziou