Hi Eric, Eric Schulte <schulte.e...@gmail.com> 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