From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: Let's discuss citation and Org syntax Date: Wed, 22 May 2013 12:23:33 -0400 Message-ID: References: <878v38cylw.fsf@pank.eu> <87zjvobjve.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfBpB-0006s6-MM for emacs-orgmode@gnu.org; Wed, 22 May 2013 12:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfBp9-0002JN-Ik for emacs-orgmode@gnu.org; Wed, 22 May 2013 12:23:37 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:44412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfBp9-0002J9-CJ for emacs-orgmode@gnu.org; Wed, 22 May 2013 12:23:35 -0400 Received: by mail-ea0-f178.google.com with SMTP id q16so1301951ead.9 for ; Wed, 22 May 2013 09:23:34 -0700 (PDT) In-Reply-To: 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: Christian Moe Cc: Org Mode , Rasmus On Wed, May 22, 2013 at 5:02 AM, Christian Moe wrote: > > I have a rough, working example of this enabling Zotero cites for ODT > export (attached). I've been meaning to polish it up as a contributed > module for Zotero users, but if there's interest in a unified citation > syntax along these lines, I could rewrite it to work for Bibtex as well. > Hi Christian, I'm really interested in this, as I use Zotero not only for writing but for group bibliographies in my courses. The broader conversation about the appropriate syntax is a bit beyond me, but I do have a couple of questions about your work with Zotero: (1) How do you get the Zotero cite keys right now, and what method do you think would ultimately be the best to try for? Since zotero now operates as a service, I would think it should be possible to write an emacs plugin that communicates directly to Zotero the way that the word/libreoffice plugin does (though I don't know how to do that stuff myself). (2) How might you generalize the export to other formats, esp. HTML? I imagine the best thing to do would be to use citeproc.js & set the citation format using a variable, e.g. #+ ZOTERO-FORMAT: Chicago The option to do this would be great e.g. for people (like me) who use org to compose blog posts, then process through the html export (in my case via org2blog). (3) Have you seen Erik Hetzner's zotero-plain, https://bitbucket.org/egh/zotero-plain ? Would it be useful to your work? I see Erik is already involved in this thread, do you have any comments Erik? Thank you for this! Matt > Yours, > Christian Moe >