From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: how difficultwould it be to support zotero in org? Date: Thu, 02 Sep 2010 23:58:20 +0200 Message-ID: <4C801DFC.8030700@christianmoe.com> References: <87lj7kapzq.wl%dmaus@ictsoc.de> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrHmK-00024t-7t for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 17:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrHmJ-0004tb-1e for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 17:57:04 -0400 Received: from mars.hitrost.net ([91.185.193.39]:44358) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrHmI-0004tD-Sn for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 17:57:03 -0400 In-Reply-To: <87lj7kapzq.wl%dmaus@ictsoc.de> 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: David Maus Cc: emacs-orgmode@gnu.org On 9/2/10 9:45 PM, David Maus wrote: > Well... Providing an Elisp interface to Zotero is on my "Someday, > Maybe" list and at least there is a successful attempt to talk to > Zotero using MozRepl[1] (after I've discovered that Zotero's SOAP > interface was abandoned). So much for the sleepless nights I spent eavesdropping on OpenOffice's SOAP chats with Zotero for the Zotero interface I meant to do in Perl but never finished. That MozRepl script you linked to looks a lot more fun. > With regards to citations I started to think about[2] writing a > processor for the Citation Style Language (CSL)[3] in Elisp. Yes, wouldn't that be cool? But in the medium term, I'd just like to get from A to B: A. Get references from Zotero into Org notes. (This I do, currently by exporting Zotero to BibTex, and use RefTex to add the citekeys in custom "cite:" links. This also allows me to style the bibliography with BibTex on LaTeX export.) B. Use Zotero's citeproc to process the references in my Org document and (re)format the bibliography to a given style, much as one can do e.g. in OpenOffice. Cheers, CM