On Tue, Nov 06, 2012 at 05:54:47AM +0900, Vikas Rawal wrote: > > But when I export a file having bibtex citations, orgmode complains saying > "Execution of bibtex2html failed". It seemed to me that orgmode was unable > to find bibtex2html. bibtex2html is installed > in /usr/local/bin/bibtex2html. Since it was not being found, I also > myself created a symlink to /usr/bin.bibtex2html. But that does not help > either. >
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? Cheers, -- Suvayu Open source is the future. It sets us free.