From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dov Grobgeld <dov.grobgeld@gmail.com> Subject: Re: Most Recent Org Update Date: Tue, 5 Nov 2013 09:24:24 +0200 Message-ID: <CA++fsGETnoE4mWg8NagXoS+SmTi3izYwvcnbW5JPdSMMMtg-rw@mail.gmail.com> References: <87ob608a62.fsf@wall.flintfam.org> <87a9hklyyp.fsf@Rainer.invalid> <20131105025153.GE18733@smoon> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c350da09171a04ea68ec82 Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:59442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <dov.grobgeld@gmail.com>) id 1Vdazz-0003Bb-0K for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:24:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <dov.grobgeld@gmail.com>) id 1Vdazx-0004sF-W1 for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:24:26 -0500 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:59363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <dov.grobgeld@gmail.com>) id 1Vdazx-0004rl-Kw for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:24:25 -0500 Received: by mail-we0-f170.google.com with SMTP id u57so3114807wes.1 for <emacs-orgmode@gnu.org>; Mon, 04 Nov 2013 23:24:24 -0800 (PST) In-Reply-To: <20131105025153.GE18733@smoon> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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: Vladimir Lomov <lomov.vl@gmail.com> Cc: emacs-orgmode <emacs-orgmode@gnu.org> --001a11c350da09171a04ea68ec82 Content-Type: text/plain; charset=UTF-8 I had the same problem after pulling from git yesterday and worked around it by doing: ; This is a bug work around (defun org-element-cache-reset (&optional all) (interactive)) before requiring org. Regards, Dov On Tue, Nov 5, 2013 at 4:51 AM, Vladimir Lomov <lomov.vl@gmail.com> wrote: > 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 > > --001a11c350da09171a04ea68ec82 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:arial,he= lvetica,sans-serif">I had the same problem after pulling from git yesterday= and worked around it by doing:<br><br>; This is a bug work around<br>(defu= n org-element-cache-reset (&optional all) (interactive))<br> <br></div><div class=3D"gmail_default" style=3D"font-family:arial,helvetica= ,sans-serif">before requiring org.<br><br></div><div class=3D"gmail_default= " style=3D"font-family:arial,helvetica,sans-serif">Regards,<br>Dov<br><br><= /div> </div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Tue,= Nov 5, 2013 at 4:51 AM, Vladimir Lomov <span dir=3D"ltr"><<a href=3D"ma= ilto:lomov.vl@gmail.com" target=3D"_blank">lomov.vl@gmail.com</a>></span= > wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Hello,<br> ** Achim Gratz [2013-11-04 20:59:58 +0100]:<br> <div class=3D"im"><br> > Sam Flint writes:<br> > > I pulled org from git just now, restarted Emacs, and got this err= or:<br> > > Symbol's function definition is void: org-element-chache rese= t<br> > > Any ideas why?<br> <br> > You probably meant to type org-element-cache-reset... my guess is you<= br> > didn't actually re-load Org after the Git pull.<br> <br> </div>No, that call was introduced in commit<br> 0cecf32a0ae559266555b96668dc305710366c96<br> by Nicolas Goaziou.<br> <br> I faced with the same problem; I started a fresh session of Emacs with<br> Org-mode from git but Emacs stuck showing me that message (Symbol's<br> function ...).<br> <br> I don't know Emacs Lisp very well but according to the commit now<br> 'org-footnote-section' must call 'org-element-cache-reset' = at<br> initialization time (:set line in defcustom of 'org-footnote-section= 9;)<br> and exactly that causes a problem.<br> <br> The workaround I found is to set 'org-section-footnote' to nil _bef= ore_<br> (require 'org) in .emacs.<br> <br> > Regards,<br> > Achim.<br> <br> ---<br> WBR, Vladimir Lomov<br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> --<br> The net is like a vast sea of lutefisk with tiny dinosaur brains embedded<b= r> in it here and there. Any given spoonful will likely have an IQ of 1, but<b= r> occasional spoonfuls may have an IQ more than six times that!<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 -- James 'Kibo' Parry<br> <br> </font></span></blockquote></div><br></div> --001a11c350da09171a04ea68ec82--