From: Nicolas Goaziou <n.goaziou@neuf.fr>
To: nicholas.dokos@hp.com
Cc: Dan Davison <davison@stats.ox.ac.uk>, emacs-orgmode@gnu.org
Subject: Re: Agenda export to html error
Date: Sun, 12 Jul 2009 23:47:12 +0200 [thread overview]
Message-ID: <868witvajj.fsf@neuf.fr> (raw)
In-Reply-To: <6160.1247431192@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sun, 12 Jul 2009 16:39:52 -0400")
Nick Dokos <nicholas.dokos@hp.com> 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
next prev parent reply other threads:[~2009-07-12 21:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-12 15:10 Agenda export to html error Nicolas Goaziou
2009-07-12 16:21 ` Dan Davison
2009-07-12 17:42 ` Nicolas Goaziou
2009-07-12 18:15 ` Nick Dokos
2009-07-12 19:15 ` Nicolas Goaziou
[not found] ` <n.goaziou@neuf.fr>
2009-07-12 20:39 ` Nick Dokos
2009-07-12 21:47 ` Nicolas Goaziou [this message]
2009-07-12 23:24 ` Eric S Fraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=868witvajj.fsf@neuf.fr \
--to=n.goaziou@neuf.fr \
--cc=davison@stats.ox.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=nicholas.dokos@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.