From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pony Subject: Automatically select BibTex entries used in the org file Date: Tue, 19 Oct 2010 08:37:58 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P87js-000421-7s for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 04:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P87jr-0002PB-A8 for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 04:40:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:41659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P87jr-0002P4-45 for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 04:40:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P87jo-0002cE-KM for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 10:40:04 +0200 Received: from barney.informatik.uni-freiburg.de ([132.230.167.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 10:40:04 +0200 Received: from pppooonnnyyy by barney.informatik.uni-freiburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 10:40:04 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, At present, if I include a *.bib which has 1000 entries in an org-file, although I only cite 3 of them in the org-file, the generated html file will still include all the 1000 entries. There was an issue about "org-exp-bibtex.el" in this newsgroup, here is the address: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11723.html In the issue, "Taru Karttunen" said it's possible and easy to add an option to just select the entries that are used in the org-file. However, I cannot find anything about how to accomplish that. Does anyone know how to solve this problem? Thanks in advance!