From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: exporting radio tables longtabular Date: Mon, 21 May 2018 14:45:59 +0200 Message-ID: <87bmd9qirc.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKkCZ-0004LL-JL for emacs-orgmode@gnu.org; Mon, 21 May 2018 08:46:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKkCW-0004ML-Hz for emacs-orgmode@gnu.org; Mon, 21 May 2018 08:46:11 -0400 Received: from [195.159.176.226] (port=43705 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fKkCW-0004Kv-A6 for emacs-orgmode@gnu.org; Mon, 21 May 2018 08:46:08 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fKkAM-0005si-KO for emacs-orgmode@gnu.org; Mon, 21 May 2018 14:43:54 +0200 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" To: emacs-orgmode@gnu.org Hi In a latex file the following radio table does precisely what I want % BEGIN RECEIVE ORGTBL this \begin{longtabu}{|l|l|} \hline hallo & this\\ \hline \end{longtabu} % END RECEIVE ORGTBL this \begin{comment} #+ORGTBL: SEND this orgtbl-to-latex :lend "\\\\ \\hline" :environment longtabu | / | <> | <> | |---+-------+------| | | hallo | this | \end{comment} However when I try to work with an org file and exporting the table to a latex file via | / | <> | <> | <> | <> | <> | <> | <> | <> | | | Apellido, Nombre | DNI | E1 | E2 | E3 | E4 | E5 | Res | |---+------------------------------------+-----------+----+----+----+----+----+-----| | | Brauer | | 1 | 1 | 2 | 3 | 3 | 10 | # ATTR_LaTeX: :environment longtabu It is not exported as a lontabu environment. What do I miss? Thanks Uwe Brauer