From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas K Papp Subject: Re: Autoloading failed to define function org-mode Date: Sun, 20 Sep 2009 13:43:52 +0000 (UTC) Message-ID: References: <4AB48289.70305@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpMiI-0002Dp-Nf for emacs-orgmode@gnu.org; Sun, 20 Sep 2009 09:44:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpMiD-00028J-66 for emacs-orgmode@gnu.org; Sun, 20 Sep 2009 09:44:25 -0400 Received: from [199.232.76.173] (port=45811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpMiC-000287-UD for emacs-orgmode@gnu.org; Sun, 20 Sep 2009 09:44:20 -0400 Received: from lo.gmane.org ([80.91.229.12]:39236) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MpMiC-0001Zf-Fh for emacs-orgmode@gnu.org; Sun, 20 Sep 2009 09:44:20 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MpMi6-0000gs-BO for emacs-orgmode@gnu.org; Sun, 20 Sep 2009 15:44:14 +0200 Received: from 194.48.133.8 ([194.48.133.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Sep 2009 15:44:14 +0200 Received: from tkpapp by 194.48.133.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Sep 2009 15:44:14 +0200 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: emacs-orgmode@gnu.org On Sat, 19 Sep 2009 08:04:41 +0100, Ian Barton wrote: > Tamas K Papp wrote: >> Hi, I have just switched to Ubuntu from Debian (fresh install on a new >> machine). After I installed the relevant packages (emacs-snapshot, >> org-mode) and tried to edit my todo file, I got the error message >> >> Autoloading failed to define function org-mode > > I would suggest using the git version of org. I know this doesn't > address the problem directly, but it's a good workaround:) Hi Ian, Thanks for the suggestion. It turned out that the error was that I had a file called org.el (that contains my settings) that somehow ended up in the load-path during the migration, so it was mistakenly loaded in place of org-mode's org.el. An embarrassingly stupid error on my part. But at least now I have the git version :-) Thanks for the help, Tamas