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