Hi
Consider please
\documentclass[12pt]{article}
\usepackage{commment}
\begin{document}
% BEGIN RECEIVE ORGTBL test
\begin{tabular}{l|l|}
this & that\\ \hline
\end{tabular}
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular
| / | <> | <> |
| | this | that |
\end{comment}
\end{document}
So the construct |<>| gets expanded to |l|
which is ok, but I also want to obtain a result such as |p{3cm}|
How can I achieve that?
https://orgmode.org/manual/Radio-tables.html#Radio-tables
Did not give any hints, thanks
Uwe Brauer