emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Uwe Brauer
Subject: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu
Date: Wed, 24 Feb 2016 16:14:56 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.1.50 (gnu/linux)

% 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}


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?

Thanks

Uwe Brauer 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]