-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emphasis toggled off when editing #56
Comments
Hello, @tomibennett! I am sorry it took me a while to respond. The Let me know if this helps! |
I think I just stumbled on the same issue. I'm using evil (and the evil hook), maybe that plays into it? I think the only way I have found to reliably trigger the bug is to add highlighting in a table, so something like this:
When I type a letter while inside either of the emphasis markers said markers get shown for a moment and then vanish again. The same can happen outside of tables but I don't know how I'm triggering the bug there. If I manage to trigger it the bug will persist until I delete all emphasis markers in the buffer (I think?). |
@Roger-Roger-debug This seems to be related to #34, which had the same behaviour of disappearing markers after editing text. In my case it was related to the |
Hello,
Thank you for your work.
I encounter an issue when upon edition of an emphasis text, the markers disappear, only to reappear when moving the pointer.
I have
org-hide-emphasis-markers
set tot
andorg-appear-mode
enabled.If I set
org-appear-trigger
to'on-change
, then the markers are never shown.Did I misconfigured the package or is it a bug? I would like them to be displayed as long as my pointer is in the range of emphasis markers. Much like what is shown on the README.
The text was updated successfully, but these errors were encountered: