Eythan Weg <eythan...@gmail.com> wrote: > > Hi, > > > I expect that applying org-table-export on > > | A\vert B | C | > | 1 | 2 | > > would result in > > A|B C > 1 2 > > but instead \vert remains embedded in the exported table.
Exporting to what? The new latex exporter does it right, the old one barfs (needs math delimiters I guess), both old and new html exporters do it right. This is with version Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @ /home/nick/elisp/org-mode/lisp/) > Is this correct? > Not afaics. Nick