Org-mode中第一次预览任何latex片段都会产生如下的warning
Warning (org-element-cache): org-element--cache: Org parser error in fileame.org::33. Resetting.
The error was: (error "Invalid search bound (wrong side of point)")
Backtrace:
nil
Please report this to Org mode mailing list (M-x org-submit-bug-report).
第一次取消一个公式的预览也会有这样的warning. 但之后就不会出现. 我注意到
https://lists.gnu.org/archive/html/emacs-orgmode/2023-07/msg00144.html
有相同的报告, 且开发者建议把 org-element--cache-diagnostics-ring-size
变量设置为10倍. 不过我用 M-x customize没找到这个变量. 大家有什么好办法吗.