Rudolf Adamkovič <rud...@adamkovic.org> writes: >> ... | \(first cell | mid | last\) | > > But how many Org tables exist in the world that have a row with an > un-closed \( in one cell and an un-closed \) in a subsequent cell?
It is not just about \(...\). Consider other verbatim Org markup like | $10 | foo | $\alpha$ | or | =10+20 | 30 | =foo= | I strongly encourage you to look into Org parser implementation and think what is needed to achieve what you want. And then think again, considering more complex scenarios when we have ambiguity between 3 or more markup pairs. The idea you propose is very tempting (I have been tempted myself), but that way lays madness. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>