Peter Salazar <[email protected]> wrote:
>> Maybe the builtin Org is being loaded before your elpa version. (In the
>> backtrace you posted from your startup, I see a find-file call with an
>> Org file.) What does org-version say?
> Did that, same error. When I run $ emacs -Q and then immediately do
> org-version, I get: Org-mode version 8.2.10 (release_8.2.10 @
> /usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/org/)
Sorry, I meant if you start up normally. For example, if I
(require 'org)
before
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
(package-initialize)
then org-version reports
Org-mode version 8.2.10 (release_8.2.10 @ /tmp/emacsd/elpa/org-20150810/)
instead of
Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa @
/tmp/emacsd/elpa/org-20150810/)
> Same thing if I run emacs -Q --eval '(setq user-emacs-directory
> "~/Downloads/tmp/emacsd/")' -l ~/Downloads/tmp/emacsd/scratch.el
>
> Is this part of the problem, or is that part OK?
Those were just some tests cases where I was trying to reproduce the
compilation issues that occur if installing the ELPA version with 8.2.10
loaded.
--
Kyle