From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: format of orgtbl-insert-table: format {|l|l|} and longtabu Date: Wed, 24 Feb 2016 17:53:43 +0100 Message-ID: <87d1rm59t4.fsf@nicolasgoaziou.fr> References: <87bn76m6f3.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYcfG-0005QT-05 for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:51:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYcf7-0003Sw-FW for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:51:49 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYcf7-0003RL-9z for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:51:41 -0500 Received: from selenimh (unknown [IPv6:2a03:a0a0:0:4301::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 3BF381720E9 for ; Wed, 24 Feb 2016 17:51:39 +0100 (CET) In-Reply-To: <87bn76m6f3.fsf@mat.ucm.es> (Uwe Brauer's message of "Wed, 24 Feb 2016 16:14:56 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 & =C2=AB2016-02-24 Wed=C2=BB\\ \hline > \end{longtabu} > % END RECEIVE ORGTBL test > \begin{comment} > #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" > | Name | Date | > | Joe Doe | =C2=AB2016-02-24 Wed=C2=BB | > \end{comment} > > > How can I obtain it? #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment lo= ngtabu | / | <> | <> | | | Name | Date | | | Joe Doe | =C2=AB2016-02-24 Wed=C2=BB | Regards, --=20 Nicolas Goaziou