From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Agenda export to html error Date: Mon, 13 Jul 2009 00:24:20 +0100 Message-ID: <87d4854h97.wl%ucecesf@ucl.ac.uk> 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> <868witvajj.fsf@neuf.fr> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQ8PR-00060Q-IA for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 19:24:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ8PN-000608-3B for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 19:24:41 -0400 Received: from [199.232.76.173] (port=46472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ8PM-000605-Pn for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 19:24:36 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:43832) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQ8PM-0001x7-Ez for emacs-orgmode@gnu.org; Sun, 12 Jul 2009 19:24:36 -0400 In-Reply-To: <868witvajj.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: nicholas.dokos@hp.com, Dan Davison , emacs-orgmode@gnu.org At Sun, 12 Jul 2009 23:47:12 +0200, Nicolas Goaziou wrote: > (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"))) You might find it easier to use add-to-list which prepends entries to the list... > As a side note, .emacs.d/etc, holding my gnus.el must be put at the end. > Otherwise, I get some load recursive error. with gnus, isn't it easier/better to simply have a ~/.gnus file? But it's been a while since I used gnus so possibly ignore this comment!