Re: org code highlight w/ single quote

2025-02-15 Thread Ihor Radchenko
"Rohit Patnaik" writes: > Relatedly, would the refactored fontification also handle nested bold and > italic > text where the delimiters for those are adjacent to one another? Yes. The idea is to make everything match Org parser. > Right now, for example: > > /this is italic *and some bold

Re: org code highlight w/ single quote

2025-02-13 Thread Rohit Patnaik
Relatedly, would the refactored fontification also handle nested bold and italic text where the delimiters for those are adjacent to one another? Right now, for example: /this is italic *and some bold italic*/ is only fontified in Emacs as italic. The portion of the text that is meant to be

Re: org code highlight w/ single quote

2025-02-09 Thread Ihor Radchenko
Jason Hemann writes: > On at least Org mode version 9.8-pre (release_9.7.20-241-g3218d3), the > following snippet is highlighted with org-code face. > > ~'~, plain ~foo~ Confirmed. > I suspect that behavior is incorrect. When I export, say, to HTML, the output > looks like I would expect—name