awth13 / org-appear

Toggle visibility of hidden Org mode element parts upon entering and leaving an element
MIT License
364 stars 19 forks source link

compatibility with org-use-sub-superscripts #30

Closed ilupin closed 2 years ago

ilupin commented 2 years ago

When org-use-sub-superscripts is {} or nil, org-mode displays a_{b} as ab and ignores a_b.

If org-appear is enabled with (setq org-appear-autosubmarkers t), ab is displayed as ab, where the character `` is invisible.

awth13 commented 2 years ago

Thank you for opening the issue, @ilupin! I didn't know that there is an extra customisation variable for sub/superscripts beyond org-pretty-entities.

The issue should now be fixed.