emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] reftex setup problem


From: nikolai . stenfors
Subject: [O] reftex setup problem
Date: Wed, 14 Dec 2011 14:28:01 +0100
User-agent: SquirrelMail/1.4.22

Hi,

Problems incorporating references/citations in .org-files.

I have set up a refs.bib-file for my references using jabref 2.6.

In org-mode 7.7 I have used the suggestion in FAQ for "Marios reftex
setup" in my .emacs:

"(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)"

In my .org-file I put the path to my refs.bib-file:

\bibliography{/home/nikolai/Dokument/Artiklar/refs}

When I use the Cc) in my .org-file I get:
"Regex { && Regex...}:" in the minibuffer

Trying to type the bibtexkey in the minibuffer it finds no match.

If I manually enter:

\cite{Bursi2010}

and export I get:

LaTeX Warning: Citation `Bursi2010' on page 1 undefined on input line 33.
LaTeX Warning: There were undefined references.

Where is the problem hidden?
bibtex-file, reftex setup, org-mode, or emacs?



Nikolai




reply via email to

[Prev in Thread] Current Thread [Next in Thread]