From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-exp-bibtex Date: Fri, 29 Jan 2010 10:16:18 +0100 Message-ID: <4A0F3CEB-52BB-4E87-ADBB-F94F933D3049@gmail.com> References: <20100128162002.GA5393@klutometis.wikitex.org> <27753.1264696075@gamaville.dokosmarshall.org> <20100128232122.GC11759@klutometis.wikitex.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NanYV-0005xm-ER for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 04:54:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NanYQ-0005vz-7V for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 04:54:22 -0500 Received: from [199.232.76.173] (port=42463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NanYQ-0005vv-2E for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 04:54:18 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:43868) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NanYP-0007zT-It for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 04:54:17 -0500 Received: by ewy24 with SMTP id 24so1771199ewy.26 for ; Fri, 29 Jan 2010 01:54:12 -0800 (PST) In-Reply-To: <20100128232122.GC11759@klutometis.wikitex.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: Peter Danenberg Cc: emacs-orgmode@gnu.org On Jan 29, 2010, at 12:21 AM, Peter Danenberg wrote: >> 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) No, just requiring should do the trick. Can you check if org-export- bibtex-preprocess does indeed end up in the hook? If it does, maybe you can explain what you expect to happen during export, and what does in fact happen? - Carsten