emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Agenda export to html error


From: Nicolas Goaziou
Subject: Re: [Orgmode] Agenda export to html error
Date: Sun, 12 Jul 2009 23:47:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Nick Dokos <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]