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:09:50 +0900 Message-ID: <20121106210950.GA31782@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]:43601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqPF-000083-Qr for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:10:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVqPE-0006gL-Ts for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:09:57 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:46175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVqPE-0006gE-NW for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 16:09:56 -0500 Received: by mail-pb0-f41.google.com with SMTP id rq2so733588pbb.0 for ; Tue, 06 Nov 2012 13:09:55 -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: emacs-orgmode@gnu.org > > 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. 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