back when I had to use a mac, I would just symlink paths into standard locations, e.g.
ln -s /opt/local/bin/dot /usr/bin/dot Maybe not the most elegant solution, but it works reliably To do this the *right* way you can update the PATH environment variable *within* Emacs by doing something like the following (setenv "PATH" (concat "/opt/local/bin/:" (getenv "PATH"))) Cheers -- Eric _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode