From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: error: Execution of bibtex2html Date: Wed, 7 Nov 2012 12:51:48 +0900 Message-ID: <20121107035148.GA12961@panahar> References: <20121106164332.GC20216@kuru.dyndns-at-home.com> <20121106210950.GA31782@panahar> <8444.1352237011@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVwgF-00080z-Tv for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 22:51:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVwgE-0007EH-KM for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 22:51:55 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:48384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVwgE-0007ED-E4 for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 22:51:54 -0500 Received: by mail-pa0-f41.google.com with SMTP id fa10so887388pad.0 for ; Tue, 06 Nov 2012 19:51:53 -0800 (PST) Content-Disposition: inline In-Reply-To: <8444.1352237011@alphaville.americas.hpqcorp.net> 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: Nick Dokos Cc: 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. 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? > > The problem was with my setup of bibtex2html. I needed to change /usr/share/texmf/web2c/texmf.cnf and replace "openout_any = p" with "openout_any = a". I found this at https://aur.archlinux.org/packages.php?ID=8140 Thanks everyone for help. Vikas