On 01/11/2023 10:43, Vikas Rawal wrote: > Both give this strage [0pt] at the end of every line of the table. > > ​​​​​​Is this by design? This seems to be something recent. Am I missing > something. If you believe that it is a regression then try to export something like | (a,b) | open interval | | [0,1] | closed interval | https://list.orgmode.org/?q=%5B0pt%5D   I am sorry, but I do not understand what are you pointing at. This is what I get: ---- \begin{center} \begin{tabular}{ll} (a,b) & open interval\\[0pt] [0,1] & closed interval\\[0pt] \end{tabular} \end{center} \end{document} ---- What is this [0pt] at the end?