andre duarte bueno <[email protected]> writes: > Subject: [BUG] msg error [9.7.11 (release_9.7.11 @ > /usr/share/emacs/30.2/lisp/org/)] > ... > Please report this to Org mode mailing list (M-x org-submit-bug-report). > ⛔ Warning (org-element): org-element--cache: Org parser error in > *scratch*::2063. Resetting. > The error was: (error "rx ‘**’ range error") > Backtrace: > nil
Thanks for reporting! Looks like something in your config is calling Org parser functions from inside *scratch* buffer (which is not an Org mode buffer). If it is some third-party package, please let me know what it is. If it is your own function from the config, be aware that Org parser fails like this when running in a buffer with major mode that is not org-mode. -- 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>
