From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [ANN] org-bibtex.el --- convert between Org headings and bibtex entries Date: Wed, 20 Apr 2011 14:16:44 -0600 Message-ID: <87aafk1xsg.fsf@gmail.com> References: <87y6357q81.fsf@gmail.com> <87liz5aztx.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCdrc-000620-7u for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 16:19:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCdrY-00046v-9U for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 16:19:04 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:41629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCdrY-00046l-4g for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 16:19:00 -0400 Received: by pwi10 with SMTP id 10so857914pwi.0 for ; Wed, 20 Apr 2011 13:18:59 -0700 (PDT) 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: Matt Lundin Cc: Org Mode Matt Lundin writes: > Hi Eric, > > "Eric Schulte" writes: > >> In an attempt to organize my reading notes, I've written the following >> tool which allows both for exporting Org-mode headlines with bibtex >> meta-data to bibtex entries, and for reading existing bibtex entries >> into Org-mode headings. >> >> One nice feature of these functions is the ability to check that all >> required fields are present in a given headline based on the bibtex type >> (e.g., :article, :inproceedings), and prompt for missing fields. >> >> See the top of the elisp file for more usage information. >> https://github.com/eschulte/org-bibtex/blob/master/org-bibtex.el > > Thanks for announcing this! One note: I believe the name conflicts with > a core org-module (org-bibtex.el), which is used to store and open > bibtex links. > Yes, if this is ever included in the contrib directory of Org, the name will have to be changed, although currently I can't think of a good option. Cheers -- Eric > > Best, > Matt > > > -- Eric Schulte http://cs.unm.edu/~eschulte/