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 fresh installation of
emacs, with nothing extra installed and no custom configuration files with
the latest org mode, but the problem persists.
I am getting an exception =Wrong type argument: integer-or-marker-p,nil=
when trying to export my org file. I managed to systematically remove lines
from the file until I was left with the following skeleton that still
produces the problem in my setup:
--------------------------------------
* Test a
- src_elisp{3}
* Test Q
- src_elisp{3}
- test
- something
- src_elisp{3}
- src_elisp{3} {{{results(=3=)}}}
src_elisp{3} {{{results(=3=)}}}
--------------------------------------
Interesting enough, if I remove any of these lines, the exporter works
again..
I am not sure why I am getting this problem, and would appreciate if anyone
else tries this out to know if its just a problem in my setup or is it a
legitimate bug.