As asked, how can I directly convert a org-mode table to LaTeX with babel source block, and show the
\begin{tabluar}
...
\end{tabluar}
as the results? Because I want to use the LaTeX code in org-mode.
Can anyone help me?
My suggestion would be:
orgmodeC-c C-e)C-s)l L)This process would open in your emacs session a (temporary) buffer with the code you need (plus extra stuff from the preamble and the section where the table was written).