emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus.pank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-mode and ebib
Date: Wed, 11 May 2011 09:55:14 +0200	[thread overview]
Message-ID: <iqdfao$mke$1@dough.gmane.org> (raw)
In-Reply-To: 4DC9A769.2060406@christianmoe.com

Christian Moe <mail@christianmoe.com> 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

  reply	other threads:[~2011-05-11  7:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-10 15:21 org-mode and ebib Piter_
2011-05-10 16:15 ` Thomas S. Dye
2011-05-10 21:00   ` Christian Moe
2011-05-11  7:55     ` Rasmus [this message]
2011-05-15  6:02     ` Thomas S. Dye
2011-05-15 14:28       ` Christian Moe
  -- strict thread matches above, loose matches on Subject: below --
2010-12-10 17:19 Ali Tofigh
2010-12-12  1:06 ` Thomas S. Dye
2010-12-12 17:21   ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='iqdfao$mke$1@dough.gmane.org' \
    --to=rasmus.pank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).