Gregor Zattler <g...@gmx.de> writes: > Dear org-mode and hyperbole developers, hitting hyperbole's > action-key with point in "~/src/org-mode/contrilb/lisp" in a > *Pp Eval Output* buffer holding my complete load-path > resulted in this org-element--cache warning: > > ■ Warning (org-element-cache): org-element--cache: Org parser error in *Pp > Eval Output*::5288. Resetting. > The error was: (error "rx ‘**’ range error") > Backtrace: > " backtrace-to-string(nil) > org-element-at-point() > org-element-context() > hsys-org-link-at-p()
This is a hyperbole bug. The latest version of Org no longer supports calling org-element-at-point in non-Org buffers. Previously it worked by accident and did not throw an error. I recommend using regexp constants from Org to match against org-like constructs outside Org mode buffers. -- Ihor Radchenko // yantar92, Org mode contributor, 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>