> > Just a couple of obvious suggestions; are you sure bibtex2html is in > your path when you launch Emacs? Maybe adding /usr/local/bin to your > PATH will do the trick. I would put such modifications in > ~/bash_profile (assuming you use bash as shell), logout and login before > trying again. > > The symlink you created, is it really /usr/bin.bibtex2html or is that a > typo?
Sorry, that was a typo. I am able to directly run bibtex2html from the bash shell prompt. ECHO $PATH shows /usr/local/bin. So that should not be a problem. But somehow org-exp-bibtex.el cannot find it. I wonder if org-exp-bibtex has the path hard-coded into it! Or something else? Vikas