From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: format of orgtbl-insert-table: format {|l|l|} and longtabu Date: Wed, 24 Feb 2016 16:14:56 +0000 Message-ID: <87bn76m6f3.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYc5l-0004Fj-OQ for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:15:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYc5i-0000Oc-A2 for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:15:09 -0500 Received: from plane.gmane.org ([80.91.229.3]:32853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYc5i-0000NA-4e for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:15:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aYc5g-0007CP-TK for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 17:15:05 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Feb 2016 17:15:04 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Feb 2016 17:15:04 +0100 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 % 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