On Sat, Dec 06 2025, Rudolf Adamkovič <[email protected]> wrote:
> Ihor Radchenko <[email protected]> writes:
>
>> FYI, I am unable to reproduce with exponents.
>
> I can reproduce.
>
> Recipe:
>
> 1. launch emacs -Q
> 2. create a new Org file
> 3. insert the content below
> 4. evaluate the code block
>
> Content:
>
> #+begin_src elisp :results silent
> (setopt org-highlight-latex-and-related
> '(native entities))
> (org-mode-restart)
> #+end_src
'(native) is sufficient.
>
>
> | something something |
> | \(x^{a + b + c}\) |
Thanks, Rudy.
I think there are two related bugs here. To reproduce the original bug
report, `org-highlight-latex-and-related' may be NIL. E.g. the following
table produces non-aligned separators with either setting of
`org-highlight-latex-and-related' (the non-alignment is different in
each case).
| text |
| ع |
| ث |
| ت |
| ٻ |
| ج |
Leo