emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu
Date: Wed, 24 Feb 2016 17:53:43 +0100

Hello,

Uwe Brauer <address@hidden> 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,

-- 
Nicolas Goaziou



reply via email to

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