Closed failable closed 3 years ago
Thank you for opening the issue, @liebkne!
This seems to be Org mode fontification that does that -- you can check that by disabling org-appear
and reverting the buffer with the example. org-appear
does not (and cannot) register the *}, p^{*
portion of the text as an emphasised element since everything inside a LaTeX fragment is considered latex-environment
or latex-fragment
, both of which org-appear
always ignores.
EDIT: Tracing org-do-emphasis-faces
-- which does not have any LaTeX-related checks in the source -- confirms that it is Org mode that is the culprit here.
Ah, you're right. Sorry for disturbing.
The asterisks in LaTeX block are hidden by
org-appear
.