From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Thu, 10 Jan 2013 10:29:40 -0700 Message-ID: <87hamprlob.fsf@gmail.com> References: <87a9sh3tsp.fsf@gmail.com> <877gnlknlx.fsf@bzg.ath.cx> <87sj69ro12.fsf@gmail.com> <87pq1dj76n.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtLwx-0005XX-BD for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:29:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtLwv-0000RE-8w for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:29:55 -0500 Received: from mail-ie0-f176.google.com ([209.85.223.176]:55689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtLwv-0000RA-3h for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:29:53 -0500 Received: by mail-ie0-f176.google.com with SMTP id 13so1130675iea.7 for ; Thu, 10 Jan 2013 09:29:52 -0800 (PST) In-Reply-To: <87pq1dj76n.fsf@bzg.ath.cx> (Bastien's message of "Thu, 10 Jan 2013 18:09:52 +0100") 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: Bastien Cc: Org Mode Mailing List --=-=-= Content-Type: text/plain Bastien writes: > Eric Schulte writes: > >> Even with the addition of that autoload statement I get the same error >> >> let: Symbol's function definition is void: >> org-load-noerror-mustsuffix > > Do you have any Org function called before (require 'org)? > > `org-load-noerror-mustsuffix' is part of org-macs.el which is > required in org.el. The attached init.el is sufficient to trip this error (note: I do have a recent Org-mode version installed through ELPA, which is initialized before the init.el is run). --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=init.el Content-Transfer-Encoding: quoted-printable (add-hook 'after-init-hook `(lambda () (require 'org) (load-file "~/.emacs.d/src/org-mode/lisp/org.el") (org-reload))) --=-=-= Content-Type: text/plain Sadly I have no backtrace to share, even starting with --debug-init, I only get the following in my *Messages* buffer (and no *Backtrace* buffer). let: Symbol's function definition is void: org-load-noerror-mustsuffix Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte --=-=-=--