From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Babel error on init with 8.3.1 Date: Mon, 10 Aug 2015 23:46:37 -0400 Message-ID: <8737zqh4gy.fsf@kmlap.domain.org> References: <0a16ec2b6b884b488bdf01be3be81189@exchsrv2.sgc.loc> <87egjahai2.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP0WR-0006YI-VU for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 23:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP0WN-00031E-UG for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 23:46:43 -0400 Received: from mail-qk0-f176.google.com ([209.85.220.176]:33182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP0WN-000318-QA for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 23:46:39 -0400 Received: by qkfj126 with SMTP id j126so14057205qkf.0 for ; Mon, 10 Aug 2015 20:46:39 -0700 (PDT) In-Reply-To: (Peter Salazar's message of "Mon, 10 Aug 2015 22:45:14 -0400") 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: Peter Salazar Cc: Ryan Schuetzler , "Cook, Malcolm" , "emacs-orgmode@gnu.org" Peter Salazar 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