From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Is it possible to use org-babel to deal with bibtex? Date: Mon, 15 Dec 2014 08:58:48 -0800 Message-ID: <87388gj1dj.fsf@berkeley.edu> References: <87r3w1pqiq.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0Z04-0008FJ-PZ for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 12:00:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0Yzz-0005FS-Ex for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 12:00:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:36808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0Yzz-0005F1-94 for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 11:59:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y0Yzy-0008Vz-6Q for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 17:59:54 +0100 Received: from c-67-169-117-151.hsd1.ca.comcast.net ([67.169.117.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 17:59:54 +0100 Received: from richard.lawrence by c-67-169-117-151.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 17:59:54 +0100 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: emacs-orgmode@gnu.org Hi Feng, Feng Shu writes: > I want to deal with my bibtex like this, is it possible? I'm not entirely sure what you're asking to do here. Your example looks like you want to store bibliography information in Org, and generate citations using Org syntax. This is possible, and plenty of people do it. See the org-bibtex library (included in the main Org distribution) for storing your bibliographic data in Org trees; see the ox-bibtex library (in contrib) for one way of generating citations using Org syntax. Here's my setup (which uses org-bibtex but not ox-bibtex): http://article.gmane.org/gmane.emacs.orgmode/86033/ You might also look into John Kitchin's org-ref library: https://github.com/jkitchin/jmax/blob/master/org/org-ref.org None of these options involve Babel, though; I'm not sure if you specifically wanted a Babel-based solution. Is there something more specific you're trying to do? Best, Richard