Hi Chick,

chick knick schrieb:
Hello,

I'm running Emacs 22.2.1 on WinXP. I've downloaded and unzipped the latest Org files (6.06b), and have modified the load-path line in my .emacs file as follows -

(add-to-list 'load-path "c:/path/to/org-6.06b/lisp/")


This adds the element to the end of the list I think.

Try:

(setq load-path (cons "c:/path/to/org-6.06b/lisp/" load-path))

Does that help?


Regards,
  Sebastian


_______________________________________________
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