From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: error: Execution of bibtex2html Date: Mon, 5 Nov 2012 08:48:29 +0900 Message-ID: <20121104234829.GA23493@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV9vh-00010b-1g for emacs-orgmode@gnu.org; Sun, 04 Nov 2012 18:48:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TV9vf-0004Q3-WF for emacs-orgmode@gnu.org; Sun, 04 Nov 2012 18:48:36 -0500 Received: from mail-da0-f41.google.com ([209.85.210.41]:55257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV9vf-0004Pv-QR for emacs-orgmode@gnu.org; Sun, 04 Nov 2012 18:48:35 -0500 Received: by mail-da0-f41.google.com with SMTP id i14so2550467dad.0 for ; Sun, 04 Nov 2012 15:48:34 -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