From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: error: Execution of bibtex2html Date: Wed, 7 Nov 2012 11:57:21 +0900 Message-ID: <20121107025721.GA12038@panahar> References: <20121106164332.GC20216@kuru.dyndns-at-home.com> <20121106210950.GA31782@panahar> <87bofaxw46.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVvpX-0000aS-MY for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 21:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVvpW-0002O1-Mm for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 21:57:27 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:59832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVvpW-0002Nx-Gh for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 21:57:26 -0500 Received: by mail-pa0-f41.google.com with SMTP id fa10so857778pad.0 for ; Tue, 06 Nov 2012 18:57:25 -0800 (PST) Content-Disposition: inline In-Reply-To: <87bofaxw46.fsf@gmail.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: emacs-orgmode@gnu.org > > Sorry, that was a typo. I am able to directly run bibtex2html from the > > bash shell prompt. ECHO $PATH shows /usr/local/bin. > > What does 'which bibtex2html' show? > from within M-x shell: ***** [11:53:47][0][source]# bibtex2html This is bibtex2html version 1.97, compiled on Mon Nov 5 07:16:12 JST 2012 Copyright (c) 1997-2010 Jean-Christophe Filliātre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty) Reading from standard input... C-c C-c [11:54:26][130][source]# which bibtex2html /usr/local/bin/bibtex2html ***** Vikas