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: Sun, 05 Sep 2010 11:09:54 +0200 Message-ID: <4C835E62.6070907@christianmoe.com> References: <87lj7kapzq.wl%dmaus@ictsoc.de> <4C801DFC.8030700@christianmoe.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 [140.186.70.92] (port=48279 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsD68-00083q-PI for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 07:09:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsBEp-0005ZW-Gy for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 05:10:13 -0400 Received: from mars.hitrost.net ([91.185.193.39]:45444) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsBEp-0005Jd-0K for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 05:10:11 -0400 In-Reply-To: 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: Matt Price Cc: emacs-orgmode@gnu.org On 9/3/10 10:55 PM, Matt Price wrote: >export Zotero to slightly tweaked > BibTeX, and insert > with RefTeX's amazingly cool reference-insertion interface > (another genius piece of work by Carsten). > > i'm getting nearly convinced to go this route. May I ask, do you use > reftex from within org? I'm not quite sure on how that would wok (but > also I'm not that familiar w/ the latex parts of the documentation...). Hi, You need to add a few lines to .emacs to make RefTex work with Org, described here: http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ (scroll down to "References") Raw latex citations like \cite{Smith2010} work fine. If you want a more elaborate and Org-like way of doing it, here is one way of doing it with custom link types: http://article.gmane.org/gmane.emacs.orgmode/2406/match=bibliography I'm experimenting with some refinements, will post them here eventually. Yours, Christian