Julien Palard <[email protected]> writes: > Just captured it today: > > Debugger entered--Lisp error: (error "Invalid search bound (wrong side of > point)") > org-element-paragraph-parser(1016999 (1016999)) > #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_38>(1016999 > element nil nil) > org-element--parse-to(#<marker at 1017005 in julien.org>)
Hmm. This is unfortunately not enough to identify the problem. Could you please install the latest development version of Org mode from Git repository (see https://orgmode.org/manual/Installation.html), then add (setq org-element--cache-self-verify 'backtrace) to your config? Later, if you encounter the same problem again, Org will display a detailed backtrace showing what exactly happened before the error triggered. That backtrace may reveal more details about what is going on. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
