From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: Bibliography Date: Sat, 11 May 2013 22:55:11 -0500 Message-ID: <87vc6ovom8.fsf@gmail.com> References: <20130506145017.GF20172@kuru.dyndns-at-home.com> <87wqrcdjs4.fsf@gmail.com> <87li7sdjdj.fsf@gmail.com> <20130507053752.GA14940@panahar> <87ehdid9do.fsf@gmail.com> <20130509092858.GA24865@panahar> <87y5bo5ee1.fsf@gmail.com> <20130510115450.GB16607@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNNW-0007sL-69 for emacs-orgmode@gnu.org; Sat, 11 May 2013 23:55:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbNNS-00045x-WE for emacs-orgmode@gnu.org; Sat, 11 May 2013 23:55:18 -0400 Received: from mail-oa0-f52.google.com ([209.85.219.52]:51134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNNS-00045n-Qi for emacs-orgmode@gnu.org; Sat, 11 May 2013 23:55:14 -0400 Received: by mail-oa0-f52.google.com with SMTP id h1so6233838oag.25 for ; Sat, 11 May 2013 20:55:14 -0700 (PDT) Received: from samsung ([189.142.5.129]) by mx.google.com with ESMTPSA id qj8sm10710785oeb.2.2013.05.11.20.55.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 11 May 2013 20:55:13 -0700 (PDT) In-Reply-To: <20130510115450.GB16607@panahar> (Vikas Rawal's message of "Fri, 10 May 2013 17:24:51 +0530") 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 Vikas Rawal writes: >> "Note for Mac OSX users:". I am using Ubuntu Precise, not OSX, and >> TeXlive 2012, not 2010, and I got the "Executing bibtex2html failed" >> when testing this also (even without limit:t). The only way I can >> imagine to work around was to first run the recommended 'export >> TMPDIR=.' in a terminal, and then 'emacs' in the same terminal. I wish I >> knew a cleaner way to do that, since I imagine it would not be wise to >> put 'export TMPDIR=.' in .bashrc. > > This may be the cleaner solution: > http://lists.gnu.org/archive/html/emacs-orgmode/2012-11/msg00164.html Thanks for your followup! In my case, though, Emacs can find the executable of bibtex2html. However, another message in the thread you mentioned together with some googling led me to adding 'TEXMFOUTPUT = /tmp' to /usr/local/texlive/2012/texmf.cnf, and now I can reproduce your results, namely, without limit:t, the bibliography in the html export appears twice and with it, I get "Executing bibtex2html failed".