>>> "Nicolas" == Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

   > Hello,
   > Uwe Brauer <o...@mat.ucm.es> writes:

   >> This is the usual setting, but I would like to obtain the following
   >> 
   >> % BEGIN RECEIVE ORGTBL test
   >> \begin{longtabu}{|l|l|}
   >> \hline
   >> Name & Date\\ \hline
   >> Joe Doe & «2016-02-24 Wed»\\ \hline
   >> \end{longtabu}
   >> % END RECEIVE ORGTBL test
   >> \begin{comment}
   >> #+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline"
   >> | Name    | Date             |
   >> | Joe Doe | «2016-02-24 Wed» |
   >> \end{comment}
   >> 
   >> 
   >> How can I obtain it?

   >   #+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment 
longtabu
   >   | / | <>      | <>               |
   >   |   | Name    | Date             |
   >   |   | Joe Doe | «2016-02-24 Wed» |

   > Regards,

Thanks this is very useful, but still some tiny bit is missing.
I obtain

% BEGIN RECEIVE ORGTBL this
\begin{longtabu}{l|l|}
hallo & this\\ \hline
\end{longtabu}
% END RECEIVE ORGTBL this
\begin{comment}
#+ORGTBL: SEND this orgtbl-to-latex  :lend "\\\\ \\hline" :environment longtabu
| /     | <>   |
| hallo | this |
\end{comment}

But would prefer to obtain one | and one \hline more as in

% BEGIN RECEIVE ORGTBL this
\begin{longtabu}{|l|l|}
\hline
hallo & this\\ \hline
\end{longtabu}
% END RECEIVE ORGTBL this
\begin{comment}
#+ORGTBL: SEND this orgtbl-to-latex  :lend "\\\\ \\hline" :environment longtabu
| /     | <>   |
| hallo | this |
\end{comment}


The additional \hline I can generate via

% BEGIN RECEIVE ORGTBL this
\begin{longtabu}{l|l|}
\hline
hallo & this\\ \hline
\end{longtabu}
% END RECEIVE ORGTBL this
\begin{comment}
#+ORGTBL: SEND this orgtbl-to-latex  :lend "\\\\ \\hline" :environment longtabu
| /     | <>   |
|-------+------|
| hallo | this |
\end{comment}

But I don't know how to obtain

\begin{longtabu}{|l|l|}

Thanks

Uwe Brauer 


Reply via email to