Chris McMahan <cmcma...@one.net> writes: > You were adding to the end of the load path, and emacs was using the > first copy it came to (the one included in emacs). > > You could try something like this instead... > > > (setq load-path-orig load-path) > (setq load-path > (append > (list > ("D:/Software/office/emacs/org-6.21b/org-6.21b/lisp")) > load-path-orig))))
that is: (setq load-path (cons "/usr/local/share/emacs/site-lisp/" load-path)) :) Regards, Sebastian -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de _______________________________________________ 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