emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* format of  orgtbl-insert-table: format {|l|l|} and longtabu
@ 2016-02-24 16:14 Uwe Brauer
  2016-02-24 16:53 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2016-02-24 16:14 UTC (permalink / raw)
  To: emacs-orgmode


% 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 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-24 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 16:14 format of orgtbl-insert-table: format {|l|l|} and longtabu Uwe Brauer
2016-02-24 16:53 ` Nicolas Goaziou
2016-02-24 17:35   ` Uwe Brauer
2016-02-24 17:42     ` Nicolas Goaziou
2016-02-24 17:55       ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).