Hello,

Uwe Brauer <[email protected]> writes:

> Take the following radio table in a latex file
>
> % BEGIN RECEIVE ORGTBL test
> % END RECEIVE ORGTBL test
> \begin{comment}
> #+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
> |/|<>|
> | |  |
> | | $\int$
> \end{comment}
>
>
> This is expanded to
>
> % BEGIN RECEIVE ORGTBL test
> \begin{tabular}{|l|}
> \\ \hline
> \int\\ \hline
> \end{tabular}
> % END RECEIVE ORGTBL test
> \begin{comment}
> #+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
> | / | <>  |
> |   |     |
> |   | $\int$ |
> \end{comment}
>
> Which is incorrect.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to