From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Danenberg Subject: Re: org-exp-bibtex Date: Thu, 28 Jan 2010 17:21:22 -0600 Message-ID: <20100128232122.GC11759@klutometis.wikitex.org> References: <20100128162002.GA5393@klutometis.wikitex.org> <27753.1264696075@gamaville.dokosmarshall.org> 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 1Nadg8-0005i0-Bf for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:21:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Nadg7-0005h5-IC for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:21:35 -0500 Received: from [199.232.76.173] (port=58249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nadg7-0005gr-9a for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:21:35 -0500 Received: from klutometis.wikitex.org ([72.51.35.14]:36113) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nadg6-0008N9-Ne for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:21:35 -0500 Content-Disposition: inline In-Reply-To: <27753.1264696075@gamaville.dokosmarshall.org> 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: Nick Dokos Cc: emacs-orgmode@gnu.org > Are you sure about it being in your load-path? What does > > M-x locate-library org-exp-bibtex > > say? If it finds it, both autoload and require should work. locate-library says: Library is file ~/lib/emacs/org-mode/contrib/lisp/org-exp-bibtex.el Just to be sure, my require form looks like: (require 'org-exp-bibtex) Do I specifically need to add a preprocess hook such as this? (add-hook 'org-export-preprocess-hook 'org-export-bibtex-preprocess)