Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-13 Thread Nicolas Goaziou
Hello, Shlomi Vaknin writes: > Does the cache persist to disk? Can I clear it? It doesn't. You can clear it with `org-element-cache-reset'. Regards, -- Nicolas Goaziou

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-13 Thread Shlomi Vaknin
Hey, > You can call `org-reload' with an universal argument. Oh thanks, noted! > This is indeed a cache corruption. Does the cache persist to disk? Can I clear it? I can recall exactly what I did, but after playing around with some things, exporting started working again on without setting

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-13 Thread Nicolas Goaziou
Hello, Shlomi Vaknin writes: > Without setting it to nil, here is the complete backtrace of an uncompiled > org (I simply erased all elc files, that sufficient, right?) You can call `org-reload' with an universal argument. > Debugger entered--Lisp error:

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-11 Thread Shlomi Vaknin
Hey Nicholas, Thanks for trying to help! Setting org-element-use-cache to nil did the trick, it now export just fine in both elpa version of org and on master, thanks! Without setting it to nil, here is the complete backtrace of an uncompiled org (I simply erased all elc files, that sufficient,

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-10 Thread Nicolas Goaziou
Hello, Shlomi Vaknin writes: > I managed to make another non-working example (should I make > a gif showing what I see?): > > --- > - src_elisp{3} {{{results(=3=)}}} > > * B > - src_elisp{3} {{{results(=3=)}}} > - > - > - >

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Bill Burdick
(Hi Shlomi!) When I export this to html, I get what looks to be the same error. Here's some info that may help track this down. My org-version line: Org-mode version 8.3.4 (8.3.4-9-gfda14f-elpaplus @ c:/Users/bill/.emacs.d/elpa/org-plus-contrib-20160307/) The error I get:

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Shlomi Vaknin
> > Its been in master since Jan 2015. Yeah, I guess I didnt update my packages in quite a while :P > > It works for me as does the same with `emacs-lisp' as the language > under latex or html export to buffer or file using: Org-mode version > 8.3.4 (release_8.3.4-635-g268486 ...) producing the

[O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Shlomi Vaknin
Hey, I am a dedicated org-mode user, and I absolutely love it! This is my first post to this group. Recently, one of my org files stopped being exportable (does not matter what I try to export to). I traced the problem to be related to the new inlined code result block {{{result()}}}. I tried a