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 19:44:38 +0100 Message-ID: <87txqodgix.fsf@bzg.ath.cx> References: <87a9sh3tsp.fsf@gmail.com> <877gnlknlx.fsf@bzg.ath.cx> <87sj69ro12.fsf@gmail.com> <87pq1dj76n.fsf@bzg.ath.cx> <87hamprlob.fsf@gmail.com> <11306.1357839845@alphaville> <874niosy6w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtOHZ-0007t2-V2 for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 14:59:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtOHV-0007kV-Ad for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 14:59:21 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:44600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtN7J-0004fB-Ki for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 13:44:41 -0500 Received: by mail-wi0-f182.google.com with SMTP id hn14so538980wib.9 for ; Thu, 10 Jan 2013 10:44:40 -0800 (PST) In-Reply-To: <874niosy6w.fsf@gmail.com> (Eric Schulte's message of "Thu, 10 Jan 2013 11:13:59 -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: Nick Dokos , Org Mode Mailing List Hi Eric, Eric Schulte writes: > If this problem is specific to my situation I'm happy to ignore it until > I can update my elpa version of Org-mode to a newer one. Alternately I > could just remove my ELPA install of Org-mode, as it was only installed > to answer questions on the mailing list, and I don't think side-by-side > ELPA and source Org-modes are necessarily something that needs to be > supported. I confirm `org-load-noerror-mustsuffix' is *not* in the ELPA tarball, so somehow your initialization (auto)loads recent Org files, and then the ELPA load path takes over. As said in http://orgmode.org/elpa.html: ,---- | By default, Emacs loads packages after it loads your Emacs init file. | | We recommend intializing packages as early as possible in your Emacs | init file so that your Org configuration will be correctly handled: | | ;; -*- emacs-lisp -*- | (package-initialize) ;; Initialize & Install Package | ;; (setq org-...) ;; Your custom settings | | The package initialization should happen before you require Org and | set any Org options. `---- So yes, I'd suggest removing Org ELPA version completely.. -- Bastien