I really don't understand why, but I have written out the paths in
full and it seems to work now

(setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/lisp" load-path))
(setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/contrib/lisp"
load-path))

Can anyone see any obvious differences between what I posted earlier
and what I have now.

Below is what wouldn't work

(setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path))
(setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path))

Thanks for everyones help.

Graham


_______________________________________________
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