From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: reftex setup problem Date: Wed, 14 Dec 2011 21:27:42 +0000 Message-ID: <878vmerghd.fsf@gmail.com> References: <22076429d9e8e366428fab1393258fed.squirrel@webmail.bahnhof.se> Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RawK3-0002Ys-Dk for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 16:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RawK1-0003BM-Q1 for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 16:25:07 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:44190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RawK1-00039Z-E0 for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 16:25:05 -0500 Received: by wgbdt11 with SMTP id dt11so2034880wgb.30 for ; Wed, 14 Dec 2011 13:25:04 -0800 (PST) In-Reply-To: <22076429d9e8e366428fab1393258fed.squirrel@webmail.bahnhof.se> (nikolai stenfors's message of "Wed, 14 Dec 2011 14:28:01 +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 Nikolai, I'm guessing, but you could try finding the .aux file, run bibtex on it then try the latex export again. Myles >> On Wed, 14 Dec 2011 14:28:01 +0100, nikolai stenfors said: > 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