Nick Dokos <nicholas.do...@hp.com> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to