From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-exp-bibtex Date: Thu, 28 Jan 2010 19:18:14 +0100 Message-ID: <00EEE5A4-84F3-439F-A66C-9E18AA710DDA@gmail.com> References: <20100128162002.GA5393@klutometis.wikitex.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NadWy-0006Ef-Th for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NadWu-0006CO-Bp for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:08 -0500 Received: from [199.232.76.173] (port=41595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NadWt-0006CI-W6 for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:04 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:54142) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NadWt-0005yc-B1 for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:03 -0500 Received: by mail-ew0-f224.google.com with SMTP id 24so1354714ewy.26 for ; Thu, 28 Jan 2010 15:12:02 -0800 (PST) In-Reply-To: <20100128162002.GA5393@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 28, 2010, at 5:20 PM, Peter Danenberg wrote: > Despite org-mode/contrib/lisp being in my loadpath and issuing > (require 'org-exp-bibtex), org-exp-bibtex doesn't seem to be > available. Using autoload results in "Autoloading failed to define > function org-exp-bibtex." There is no function org-exp-bibtex. What happens if you evalueate the following form? (progn (require 'org-exp-bibtex) (featurep 'org-exp-bibtex)) ??? - Carsten > > Would anyone mind sharing with me how they successfully installed > org-exp-bibtex? > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten