-
Notifications
You must be signed in to change notification settings - Fork 22
org-appear conflicts with code invoking jit-lock functions #34
Description
During testing, I noticed that when both org-appear and org-pretty-table are enabled, the unhiding of the markers doesn't work correctly. They are unhidden normally when the cursor enters them, but after a modification to the text, they are rehidden shortly after.
This seems odd, since org-pretty-table doesn't modify anything about the post-command-hook and only registers a new jit-lock, which shouldn't be a problem at all, because org-appear uses with-silent-modifications and font-lock-ensure to basically "bypass" jit-mode. (When jit-mode is disabled, the problem doesn't occur. So it seems jit-mode is indeed the cause of the conflict.) Sadly I don't really know why this occurs or whose fault this error / problem / conflict is or what can be done to fix this.
So any suggestions or fixes are greatly appreciated!