From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: org-mode and ebib Date: Wed, 11 May 2011 09:55:14 +0200 Message-ID: References: <4DC9A769.2060406@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK4FJ-0007TU-FB for emacs-orgmode@gnu.org; Wed, 11 May 2011 03:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK4FI-0001FZ-CQ for emacs-orgmode@gnu.org; Wed, 11 May 2011 03:54:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:55856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK4FI-0001FS-6x for emacs-orgmode@gnu.org; Wed, 11 May 2011 03:54:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QK4FH-0003XK-Ga for emacs-orgmode@gnu.org; Wed, 11 May 2011 09:54:11 +0200 Received: from 0x555293e1.adsl.cybercity.dk ([85.82.147.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 09:54:11 +0200 Received: from rasmus.pank by 0x555293e1.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 09:54:11 +0200 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 Christian Moe writes: > I use Reftex for inserting -- from the .bib file, not from ebib -- > thanks to the setup tips here: > > http://article.gmane.org/gmane.emacs.orgmode/2406/match=bibliography > > http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ I agree, reftex is very nice and Org will understand the citations just fine. Here is my setup, which might be (read `probably is') stolen from somewhere: ,----[ Reftex ] | It is nice to be able to access reftex to insert citations | | #+begin_src emacs-lisp | | (defun org-mode-reftex-setup () | (load-library "reftex") | (and (buffer-file-name) | (file-exists-p (buffer-file-name)) | (reftex-parse-all)) | (define-key org-mode-map (kbd "C-c )") 'reftex-citation)) | (add-hook 'org-mode-hook 'org-mode-reftex-setup) | | #+end_src `---- –Rasmus -- Sent from my Emacs