On Sat, Feb 7, 2009 at 5:00 AM, Sebastian Rose wrote: > 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)) > > > :)
Yes, this one did the job (more easily.) I just saw this mentioned in the installation manual. So I guess apologies are in order. Sorry for being lazy. :-/ -- Manish _______________________________________________ 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