From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: error: Execution of bibtex2html Date: Wed, 7 Nov 2012 06:26:27 +0900 Message-ID: <20121106212627.GA32501@panahar> References: <20121106164332.GC20216@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqfJ-00055X-Ca for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:26:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVqfI-0002wm-EL for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:26:33 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:40842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqfI-0002wf-8I for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:26:32 -0500 Received: by mail-pa0-f41.google.com with SMTP id fa10so681080pad.0 for ; Tue, 06 Nov 2012 13:26:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <20121106164332.GC20216@kuru.dyndns-at-home.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Suvayu Ali Cc: emacs-orgmode@gnu.org On Tue, Nov 06, 2012 at 05:43:32PM +0100, Suvayu Ali wrote: > 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? > Also, the latex export works fine. So bibtex and my #+BIBLIOGRAPHY are ok. Vikas