From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Let's discuss citation and Org syntax Date: Thu, 23 May 2013 10:05:37 +0200 Message-ID: References: <878v38cylw.fsf@pank.eu> <87zjvobjve.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfQT3-0004Nj-Nw for emacs-orgmode@gnu.org; Thu, 23 May 2013 04:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfQSy-0002TY-N2 for emacs-orgmode@gnu.org; Thu, 23 May 2013 04:01:45 -0400 Received: from mail-forward1.uio.no ([129.240.10.70]:35156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfQSy-0002TG-Cg for emacs-orgmode@gnu.org; Thu, 23 May 2013 04:01:40 -0400 Received: from exim by mail-out1.uio.no with local-bsmtp (Exim 4.75) (envelope-from ) id 1UfQSw-0003yB-0D for emacs-orgmode@gnu.org; Thu, 23 May 2013 10:01:38 +0200 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: Matt Price Cc: Org Mode , Christian Moe , Rasmus Matt Price writes: > 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). > 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, Hi, Matt, As the org-zotero-export.el shows, getting Zotero references from Org into ODT is pretty simple. That framework could be implemented whatever syntax we end up with to take care of the details. I'm interested in feedback on the syntax, though -- that is, on the way I'm using the description part of the link to convey various bits of information to Zotero. Is it worth pursuing, or would people prefer other ways of doing it? If worth pursuing, could it be improved? > (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? The best to try for: Something with as brilliant an interface as RefTex... Since this thread is on citation syntax, I think I'll gather my thoughts about how to get there (zotero-plain? Zotero Server API? sqlite? word processor plugin emulation?), and about your other questions, and start another Zotero-related thread in a day or two. Right now: I'm still depending on Quick Copy with a custom Zotero translator. That is, I tab from Emacs to Firefox, look up a reference in the Zotero pane, and Quick Copy (C-S-c) to a formatted link to the clipboard. Tab back to Emacs, yank the link, manually tweak the description as necessary. RefTex it ain't, and it's cumbersome for multiple citations, but it works. Yours, Christian