Skip to content

Use org-mode's built-in emphasis hiding instead of manual overlays#49

Open
jonathanchu wants to merge 1 commit intorlister:masterfrom
jonathanchu:master
Open

Use org-mode's built-in emphasis hiding instead of manual overlays#49
jonathanchu wants to merge 1 commit intorlister:masterfrom
jonathanchu:master

Conversation

@jonathanchu
Copy link

The custom overlay approach using org-emph-re incorrectly matches + characters in org table separators. Instead, use org-hide-emphasis-markers which is context-aware and handles tables, code blocks, etc. correctly. This change is based off the comments from #12.

The custom overlay approach using org-emph-re incorrectly matches +
characters in org table separators. Delegate to org-hide-emphasis-markers
which is context-aware and handles tables, code blocks, etc. correctly.

Fixes rlister#12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant