From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Re: Any instructions on using bibtex with org? Date: Fri, 5 Feb 2010 13:50:53 -0500 Message-ID: References: <87ock3he37.fsf@gmail.com> <87d40j7cnu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdTHu-0000GD-Cm for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:52:18 -0500 Received: from [199.232.76.173] (port=36843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdTHt-0000FL-Mx for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:52:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdTHr-0002co-BN for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:52:17 -0500 Received: from ey-out-1920.google.com ([74.125.78.147]:54410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdTHq-0002bz-Ub for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:52:15 -0500 Received: by ey-out-1920.google.com with SMTP id 26so414256eyw.34 for ; Fri, 05 Feb 2010 10:52:13 -0800 (PST) In-Reply-To: <87d40j7cnu.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Mead Cc: emacs-orgmode@gnu.org I'm not at the computer with most of my BibTeX/orgmode stuff right now, but I suspect you may still have to include something along the lines of: \bibliography{my_bibliography_filename}{} \bibliographystyle{plain} at the end of your orgmode document. HTH, - Raffi. On Fri, Feb 5, 2010 at 1:36 PM, Paul Mead wrote: > Raffi R writes: > >> Are you trying to export to BibTeX or simply integrate orgmode with a >> BibTeX database? >> >> http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ >> is the blog post I used to set up orgmode with RefTex so that I can >> very easily insert BibTeX citations into my org documents and export >> fairly seamlessly. >> > > OK, I just tried the setup descripbed in that site, but there doesn't > appear to be any way of telling org where to look for a .bib file. So > when I type C-c ), I get the following error: > > byte-code: No valid bibliography in this document, and no default > available > > Did you follow the instructions exactly, or is there a step that I'm > missing? > > Paul >