From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: Re: Babel related bug in elpa version 20121231 Date: Thu, 03 Jan 2013 21:16:42 -0500 Message-ID: References: <1342018996.75825.YahooMailNeo@web29804.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqwq0-0004B3-AR for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 21:16:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqwpw-0006Ye-Oo for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 21:16:48 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:56410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqwpw-0006YO-LG for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 21:16:44 -0500 Received: from quad.robs.office (panix2.panix.com [166.84.1.2]) by mailbackend.panix.com (Postfix) with ESMTP id 5A0142E8F6 for ; Thu, 3 Jan 2013 21:16:43 -0500 (EST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Orgmode Robert Horn writes: > I'm experimenting with starterkit on a new machine and have run into a > bug in org-mode elpa version 20121231. > > With the stock distribution org-mode (7.8.11) in emacs 24.2 there is no > problem. With the elpa version 20121231 I get an error, see the > attached output from emacs --debug-init. > And I can partially answer myself. The issue is with starterkit, not org-mode. It looks like starter-kit uses org-ob.el prior to package-initialize. This works properly if the initial distribution .elc files match the end result after elpa package processing. If not, there is a mess equivalent to a version mismatch, although it does not get detected by org-version. That doesn't solve my problem, but it explains the attempts to use undefined functions. I guess I have to actually understand the starterkit initialization and try to fix it. R Horn rjhorn@alum.mit.edu