Skip to content

org-appear conflicts with code invoking jit-lock functions #34

@SPFabGerman

Description

@SPFabGerman

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions