Open tomibennett opened 1 year ago
Hello, @tomibennett!
I am sorry it took me a while to respond. The 'on-change
mode of toggling means that elements are toggled only when an element is clicked with a mouse or when the buffer is modified. What the latter means depends on whether you use evil
but by default nothing is going to be toggled until you start inserting or deleting characters.
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:
| /minimal/ | *case* |
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?).
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 setorg-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.