windows org mode 主题层级错误

org mode 打开的时候出现以下错误 Error during redisplay: (jit-lock-function 498564) signaled (args-out-of-range 11 13) 导致主题层级错误,比如第三级主题,显示为第四级 大家有碰到这个情况么?

我也有这个报错不过不是org-mode,是使用treesit打开js的时候,但是没什么影响。

Error during redisplay: (jit-lock-function 7) signaled (treesit-query-error "Structure error at" 22 "(jsx_opening_element [(member_expression (identifier)) (identifier)] @font-lock-function-call-face) (jsx_closing_element [(member_expression (identifier)) (identifier)] @font-lock-function-call-face) (jsx_self_closing_element [(member_expression (identifier)) (identifier)] @font-lock-function-call-face) (jsx_attribute (property_identifier) @font-lock-constant-face)" "Debug the query with `treesit-query-validate'")

逐个关掉你的minor mode进行排查

相同的文件,相同的配置在WSL下显示就没有任何问题,算了用WSL得了。

咋的? 平台之间本来就有差异, 而且你配置未必就是可移植的.

今天用二分法查了下,发现是下面这个配置导致的

(org-highlight-latex-and-related '(native script entities) )