Re: [O] Most Recent Org Update

2013-11-05 Thread Vladimir Lomov
Hello, ** Dov Grobgeld [2013-11-05 09:24:24 +0200]: 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. I noticed that

Re: [O] Most Recent Org Update

2013-11-05 Thread Nicolas Goaziou
Hello, Sam Flint swfl...@flintfam.org 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? Thank you for reporting it. This should now be fixed. Could you confirm it? Regards, --

[O] Most Recent Org Update

2013-11-04 Thread Sam Flint
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? Thanks -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

Re: [O] Most Recent Org Update

2013-11-04 Thread Achim Gratz
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. Regards,

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: 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

Re: [O] Most Recent Org Update

2013-11-04 Thread Samuel W. Flint
On Mon, November 4, 2013 7:13 pm, Samuel W. Flint wrote: On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote: 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

Re: [O] Most Recent Org Update

2013-11-04 Thread Vladimir Lomov
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

Re: [O] Most Recent Org Update

2013-11-04 Thread Dov Grobgeld
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...@gmail.com wrote: Hello,