From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Thu, 10 Jan 2013 18:09:52 +0100 Message-ID: <87pq1dj76n.fsf@bzg.ath.cx> References: <87a9sh3tsp.fsf@gmail.com> <877gnlknlx.fsf@bzg.ath.cx> <87sj69ro12.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtLdh-0003x0-6c for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtLdc-0002o2-Rl for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:10:01 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:57739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtLdc-0002ne-Fj for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 12:09:56 -0500 Received: by mail-wg0-f46.google.com with SMTP id dr13so367936wgb.13 for ; Thu, 10 Jan 2013 09:09:55 -0800 (PST) In-Reply-To: <87sj69ro12.fsf@gmail.com> (Eric Schulte's message of "Thu, 10 Jan 2013 09:38:49 -0700") 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: Eric Schulte Cc: Org Mode Mailing List 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. -- Bastien