From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Babel issue after upgrade to Org 8? Date: Wed, 23 Oct 2013 10:59:50 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYwdf-0001sk-U6 for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 07:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYwdZ-0001QK-G1 for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 07:30:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:47137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYwdZ-0001OD-9d for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 07:30:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VYwdX-00058Z-KT for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 13:30:03 +0200 Received: from tek012.ket.kth.se ([130.237.74.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Oct 2013 13:30:03 +0200 Received: from rasmusk by tek012.ket.kth.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Oct 2013 13:30:03 +0200 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: emacs-orgmode@gnu.org SabreWolfy gmail.com> writes: > > I've recently updated my Debian unstable installation and Emacs now reports > this on startup: > > Symbol's function definition is void: org-babel-do-load-language > > My .emacs includes: > > (org-babel-do-load-languages 'org-babel-load-languages '((R . t))) > > I've searched for a solution and read the notes about upgrading to Org 8 > (which may have occurred during the update?), but have not found a solution. > Can someone point me in the right direction, please? Thanks. > > I just had this problem after upgrading from Ubuntu 13.04 to 13.10. I have not changed my .emacs file, and the part which loads babel in my .emacs file reads (org-babel-do-load-languages 'org-babel-load-languages '((python . t) )) The error I get reads, "Symbol's function definition is void: org-babel-do-load-languages" I'm on org-mode 8.0.6 (Ubuntu package: https://launchpad.net/ubuntu/+source/org-mode/8.0.6-3 ), and I believe this package is straight from the Debian packages. Did this problem ever get resolved? Needless to say, everything worked before the upgrade. Thanks, Rasmus