From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Danenberg Subject: Re: org-exp-bibtex Date: Thu, 28 Jan 2010 17:18:50 -0600 Message-ID: <20100128231850.GB11759@klutometis.wikitex.org> References: <20100128162002.GA5393@klutometis.wikitex.org> <00EEE5A4-84F3-439F-A66C-9E18AA710DDA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Naddx-0002yp-Jy for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:19:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Naddv-0002wh-VY for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:19:21 -0500 Received: from [199.232.76.173] (port=58211 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naddv-0002wU-Jp for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:19:19 -0500 Received: from klutometis.wikitex.org ([72.51.35.14]:36108) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Naddu-0007h0-Uz for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:19:19 -0500 Content-Disposition: inline In-Reply-To: <00EEE5A4-84F3-439F-A66C-9E18AA710DDA@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: Carsten Dominik Cc: emacs-orgmode@gnu.org > There is no function org-exp-bibtex. > > What happens if you evalueate the following form? > > (progn (require 'org-exp-bibtex) (featurep 'org-exp-bibtex)) That evaluates to t. Are there hooks installed, by the way, for exported to LaTeX? C-c C-e d (export as LaTeX, process to PDF, and open the resulting PDF document) doesn't seem to run bibtex; nor does #+BIBLIOGRAPHY: x y insert \bibliographystyle{y}\bibliography{x} into the LaTeX document.