From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: error: Execution of bibtex2html Date: Tue, 06 Nov 2012 21:24:57 +0000 Message-ID: <87bofaxw46.fsf@gmail.com> References: , <20121106164332.GC20216@kuru.dyndns-at-home.com>, <20121106210950.GA31782@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqdp-0004HF-4i for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVqdo-0002PM-6O for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:25:01 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:60698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqdo-0002PB-00 for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:25:00 -0500 Received: by mail-wi0-f177.google.com with SMTP id hj13so650863wib.12 for ; Tue, 06 Nov 2012 13:24:59 -0800 (PST) In-reply-to: <20121106210950.GA31782@panahar> 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: Vikas Rawal Cc: emacs-orgmode@gnu.org Hi Vikas, Vikas Rawal writes: >> >> 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. What does 'which bibtex2html' show? > 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 Myles