From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: error: Execution of bibtex2html Date: Tue, 6 Nov 2012 05:49:21 +0900 Message-ID: <20121105204921.GA20947@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVTbu-0002Ne-K6 for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 15:49:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVTbt-00012a-6r for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 15:49:30 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:52858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVTbs-0000yV-Vz for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 15:49:29 -0500 Received: by mail-pa0-f41.google.com with SMTP id fa10so4447454pad.0 for ; Mon, 05 Nov 2012 12:49:27 -0800 (PST) Content-Disposition: inline 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 I am having trouble in using org-exp-bibtex.el on debian sid. I was unable to install bibtex2html through the package manager because of dependency problem with ocaml-base-nox-3.12.1. I then installed ocaml separately, and compiled bibtex2html from source. Now, bibtex2html is working fine from the command line. 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. My orgmode version is 7.9.2 Could anyone suggest what to do. Thanks, Vikas