From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)] Date: Thu, 10 Mar 2016 23:53:32 -0500 Message-ID: <87a8m5aa43.fsf@kyleam.com> References: <87r3fio5gw.fsf@nicolasgoaziou.fr> <8737rywehj.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeF59-0003ko-0r for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 23:53:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeF55-0003xI-Po for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 23:53:46 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:53445 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeF55-0003x8-JP for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 23:53:43 -0500 In-Reply-To: (Rainer M. Krug's message of "Thu, 10 Mar 2016 21:55:40 +0100") 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: Rainer M Krug Cc: emacs-orgmode@gnu.org Rainer M Krug writes: > OK - thanks. This is solved now. But now I am stuck with the following, > where again, org-element-cache-reset is in the emacs packed org-mode, > while orgmode() is in the git version, and the changed org-set-local() > causes an error. Any suggestions? As you mention, the org-element-cache-reset being called belongs to a version older than the current master because org-set-local is no longer used. But I'm pretty sure it's not from the Org that comes with Emacs, because I think 8.2.10 predates org-element-cache-reset. So maint must somehow be getting loaded, perhaps from stale *.elc files in the repo or from an ELPA install. -- Kyle