[O] Bug: Using CALL to evaluate elisp blocks does not show table headers [8.3.4 (release_8.3.4-686-g18b766 @ ~/org-mode/org-mode/lisp/)]

2016-03-28 Thread Shlomi Vaknin
Hey, I have an elisp source block that builds a table from some computation. When trying to #+CALL that block, the table header (before the 'hline) is simply not shown. Here is a simple reproduce on my system: -- #+name: test #+BEGIN_SRC elisp (list (lis

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

2016-03-19 Thread Shlomi Vaknin
Hey, I am a heavy org-mode user, and I absolutely love it! One of my org-files stopped being exportable at some point. I managed to trace it to something to do with inline source blocks (of course it might not be the root cause..) I am getting an exception (Wrong type argument: integer-or-marker-

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 t

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, r

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 fr