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 23:47:12 +0200 Message-ID: <868witvajj.fsf@neuf.fr> References: <86vdlyaqdv.fsf@neuf.fr> <87my79rhx0.fsf@stats.ox.ac.uk> <86k52d3ij1.fsf@neuf.fr> <2389.1247422549@gamaville.dokosmarshall.org> <868wit3e75.fsf@neuf.fr> <6160.1247431192@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 1MQ6tA-00016Z-Op for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 17:47:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ6t9-00016L-Ui for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 17:47:16 -0400 Received: from [199.232.76.173] (port=35797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ6t9-00016I-Qt for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 17:47:15 -0400 Received: from smtp21.services.sfr.fr ([93.17.128.3]:25032) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQ6t9-0006lp-9j for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 17:47:15 -0400 In-Reply-To: <6160.1247431192@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sun, 12 Jul 2009 16:39:52 -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: > Well, you are appending your stuff at the end of whatever emacs sets it to, > so it prefers *its* directories over yours. Understood. This new load-path is better then : (setq load-path (append (list "~/.emacs.d/elisp" "~/.emacs.d/elisp/yasnippet-0.5.10" "~/.emacs.d/elisp/magit" "~/.emacs.d/elisp/org-mode/lisp" "~/.emacs.d/elisp/org-mode/contrib/lisp") load-path (list "~/.emacs.d/etc"))) As a side note, .emacs.d/etc, holding my gnus.el must be put at the end. Otherwise, I get some load recursive error. Thanks for pointing me on the right direction. -- Nicolas Goaziou