From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: error: Execution of bibtex2html Date: Tue, 6 Nov 2012 17:43:32 +0100 Message-ID: <20121106164332.GC20216@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmFa-000863-HD for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:43:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVmFU-0000jz-6U for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:43:42 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:54190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmFT-0000jf-WE for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:43:36 -0500 Received: by mail-ee0-f41.google.com with SMTP id c4so476414eek.0 for ; Tue, 06 Nov 2012 08:43:35 -0800 (PST) Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org 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.