From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Bibliography Date: Thu, 9 May 2013 15:13:20 +0530 Message-ID: <20130509094320.GA25830@panahar> References: <20130506145017.GF20172@kuru.dyndns-at-home.com> <87wqrcdjs4.fsf@gmail.com> <87li7sdjdj.fsf@gmail.com> <20130507053752.GA14940@panahar> <87ehdid9do.fsf@gmail.com> <20130509075853.GB23222@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaNNt-0004Hk-Ei for emacs-orgmode@gnu.org; Thu, 09 May 2013 05:43:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaNNs-0001QG-H6 for emacs-orgmode@gnu.org; Thu, 09 May 2013 05:43:33 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:44077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaNNs-0001Q6-Bb for emacs-orgmode@gnu.org; Thu, 09 May 2013 05:43:32 -0400 Received: by mail-pd0-f172.google.com with SMTP id 6so1857473pdd.31 for ; Thu, 09 May 2013 02:43:31 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130509075853.GB23222@panahar> 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: Nicolas Goaziou , emacs-orgmode@gnu.org > > I attach a port of org-exp-bibtex.el (renamed ox-bibtex.el) for the new > > export framework. Would you mind testing it? > > A big thank you! > > Here is a quick comment. More to follow. > > If an org file, say temp.org, refers to a bibtex file called foo.bib, > ox-bibtex creates two files: foo.html and foo_bib.html. I suggest that > these be named foo_temp.html and foo_temp_bib.html. Since there may be > multiple org files in a project linking to the same bibtex file, the > present implementation would cause a problem. > Sorry, this problem will perhaps be relevant only when ox-bibtex is being used with limit:t, so that only cited references would show up on each page. Since limit:t is not yet working for me, I am unable to test it. Vikas