From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [ANN] org-bibtex.el --- convert between Org headings and bibtex entries Date: Wed, 20 Apr 2011 11:26:56 +0200 Message-ID: <4DAEA6E0.7040103@christianmoe.com> References: <87y6357q81.fsf@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCTbu-00082v-64 for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 05:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCTbt-0004XO-3W for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 05:22:10 -0400 Received: from mars.hitrost.net ([91.185.211.18]:57520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCTbs-0004FV-UO for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 05:22:09 -0400 In-Reply-To: <87y6357q81.fsf@gmail.com> 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: Eric Schulte Cc: Org Mode Cool! Thanks for this. I understand the Fireforg project provides part of this functionality (integrated with Zotero), but this free-standing tool looks helpful. Three quick comments: - I tried to just put this on my load path and require it, but there seems to be a name conflict with the existing org-bibtex.el, which provides for BibTeX links. - Trying to create a book type entry, I get prompted only for `:editor', not for `:author'. - Fireforg namespaces the property names with a `BIB_', e.g. `:BIB_author:', and some people might find that useful as an option. - I'd find it helpful with a user option for org-bibtex-fleshout to prompt for optional fields as well. Yours, Christian On 4/20/11 1:52 AM, Eric Schulte wrote: > 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 >