From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: Autoloading failed to define function org-remember Date: Fri, 20 Jun 2008 11:06:22 -0700 Message-ID: <87iqw4kmld.fsf@mixandgo.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9l0U-0002jw-6b for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 14:06:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9l0T-0002hu-59 for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 14:06:41 -0400 Received: from [199.232.76.173] (port=39431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9l0T-0002hg-1p for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 14:06:41 -0400 Received: from main.gmane.org ([80.91.229.2]:34537 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9l0S-00047N-U2 for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 14:06:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K9l0L-0008GE-BP for emacs-orgmode@gnu.org; Fri, 20 Jun 2008 18:06:33 +0000 Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2008 18:06:33 +0000 Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2008 18:06:33 +0000 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 Whenerver I call M-x org-remember I get this: Debugger entered--Lisp error: (error "Autoloading failed to define function org-remember") execute-extended-command(nil) call-interactively(execute-extended-command nil nil) I am using remember 1.9 and org 6.05b. Cezar