From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Lomov Subject: Re: Most Recent Org Update Date: Tue, 5 Nov 2013 11:51:53 +0900 Message-ID: <20131105025153.GE18733@smoon> References: <87ob608a62.fsf@wall.flintfam.org> <87a9hklyyp.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdWkU-0008Gd-EW for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 21:52:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdWkK-0006kI-Qb for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 21:52:10 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:53142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdWkK-0006kB-IJ for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 21:52:00 -0500 Received: by mail-la0-f53.google.com with SMTP id eh20so3851248lab.12 for ; Mon, 04 Nov 2013 18:51:58 -0800 (PST) Received: from smoon ([188.168.154.117]) by mx.google.com with ESMTPSA id mr1sm18613808lbc.16.2013.11.04.18.51.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Nov 2013 18:51:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <87a9hklyyp.fsf@Rainer.invalid> 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: emacs-orgmode@gnu.org Hello, ** Achim Gratz [2013-11-04 20:59:58 +0100]: > Sam Flint writes: > > I pulled org from git just now, restarted Emacs, and got this error: > > Symbol's function definition is void: org-element-chache reset > > Any ideas why? > You probably meant to type org-element-cache-reset... my guess is you > didn't actually re-load Org after the Git pull. No, that call was introduced in commit 0cecf32a0ae559266555b96668dc305710366c96 by Nicolas Goaziou. I faced with the same problem; I started a fresh session of Emacs with Org-mode from git but Emacs stuck showing me that message (Symbol's function ...). I don't know Emacs Lisp very well but according to the commit now 'org-footnote-section' must call 'org-element-cache-reset' at initialization time (:set line in defcustom of 'org-footnote-section') and exactly that causes a problem. The workaround I found is to set 'org-section-footnote' to nil _before_ (require 'org) in .emacs. > Regards, > Achim. --- WBR, Vladimir Lomov -- The net is like a vast sea of lutefisk with tiny dinosaur brains embedded in it here and there. Any given spoonful will likely have an IQ of 1, but occasional spoonfuls may have an IQ more than six times that! -- James 'Kibo' Parry