Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> But I don't know how to obtain >> >> \begin{longtabu}{|l|l|} > Like this: > | / | <>| <> | > | | hallo | this | > Notice the empty special column at the beginning. Cool!! Thanks

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > But I don't know how to obtain > > \begin{longtabu}{|l|l|} Like this: | / | <>| <> | | | hallo | this | Notice the empty special column at the beginning. Regards, -- Nicolas Goaziou

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer 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»\

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Nicolas Goaziou
Hello, Uwe Brauer 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} > #+ORGTB

[O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
% BEGIN RECEIVE ORGTBL test \begin{tabular}{ll} Name & Date\\ \hline Joe Doe & «2016-02-24 Wed»\\ \hline \end{tabular} % END RECEIVE ORGTBL test \begin{comment} #+ORGTBL: SEND test orgtbl-to-latex :lend " \\hline" | Name| Date | | Joe Doe | «2016-02-24 Wed» | \end{comment} T