From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: [ANN] org-bibtex.el --- convert between Org headings and bibtex entries Date: Tue, 19 Apr 2011 17:52:40 -0600 Message-ID: <87y6357q81.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCKjs-0000RD-GO for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 19:53:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCKjr-0000N1-B6 for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 19:53:48 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:34897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCKjr-0000Mx-5T for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 19:53:47 -0400 Received: by pxi2 with SMTP id 2so171713pxi.38 for ; Tue, 19 Apr 2011 16:53:46 -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: Org Mode Hi, 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 Cheers -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/