From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lingyu Ma Subject: Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports Date: Tue, 19 Oct 2010 21:57:53 +0000 (UTC) Message-ID: References: <20090222120546.GA21017@taruti.net> <20090301105755.GA24562@taruti.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35880 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8KG7-0005jZ-6X for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 18:02:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8KE9-0001Tj-Qb for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 18:00:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:50291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8KE9-0001TY-Fc for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 18:00:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P8KE1-0003NE-IA for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 00:00:05 +0200 Received: from 93.216.209.138 ([93.216.209.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 00:00:05 +0200 Received: from lingyu.ma.fu by 93.216.209.138 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 00:00:05 +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 Taru Karttunen taruti.net> writes: > > On 27.02 17:19, Carsten Dominik wrote: > > can I add your code to the contrib directory in Org? > > > > Yes, feel free to. Do you need some copyright stuff > or is that not needed with contrib? > > I will probably have some wibbles to it in the next > few months, but those can be added in the Git repository. > > Selecting only some entries to display would be possible, > but is it really necessary? In my use cases I just tend > to have a per-article bib-file that contains the entries > I wish to use. Making a rich enough API to sort, reformat > and select a portion of a BibTeX file seems quite overblown > for org. > > - Taru Karttunen > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > Hi Taru, I have seen your post about "org-exp-bibtex.el". In the issue "http://www.mail-archive.com/address@hidden/msg11723.html" you mentioned that it is possible and easy to automatically select BibTex entries used in the org file. 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. How can I solve this problem? Is there any way I only need to set some variable or add some keywords in the org file? Thanks in advance! regards, Lingyu Ma