From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug?: org-babel-load-file not autoloaded in Emacs 24.3 Date: Fri, 05 Apr 2013 11:19:39 +0200 Message-ID: <87txnliaux.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO2y0-0005cR-OP for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 05:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO2xt-00062u-1t for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 05:29:52 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:63166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO2xs-00062E-NL for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 05:29:44 -0400 Received: by mail-we0-f178.google.com with SMTP id z53so2859107wey.9 for ; Fri, 05 Apr 2013 02:29:43 -0700 (PDT) In-Reply-To: (Jonathan Leech-Pepin's message of "Wed, 20 Mar 2013 16:07:51 -0400") 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: Jonathan Leech-Pepin Cc: Org Mode Mailing List Hi Jonathan, Jonathan Leech-Pepin writes: > I currently have the vast majority of my .emacs configuration in .org > files that rely on =org-babel-load-file=. > > Before updating to Emacs 24.3 I could rely on autoloads to complete > the initialization.  After updating today I get the following error: > > =Symbol's function definition is void: org-babel-load-file= > > Is it intentional that org-babel-load-file is no longer autoloaded > and that > either (require 'org) or (require 'org-loaddefs) is needed to use it > when > starting emacs? This is now fixed, thanks a lot for reporting this. Best, -- Bastien