From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-radio tables in latex |p{3cm} Date: Mon, 08 Jan 2018 15:01:51 +0100 Message-ID: <87bmi4xxdc.fsf@mat.ucm.es> References: <87y3l9y4hi.fsf@mat.ucm.es> <87mv1o5vyj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYY0H-0007Ho-0O for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 09:02:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYY0B-0005e8-8g for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 09:02:17 -0500 Received: from [195.159.176.226] (port=58736 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYY0B-0005cU-1a for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 09:02:11 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eYXy3-0007B7-3c for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 14:59:59 +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" To: emacs-orgmode@gnu.org > Hello, > Uwe Brauer writes: > I would do > \begin{tabular}{l|l|} > % BEGIN RECEIVE ORGTBL test > this & that\\ \hline > % END RECEIVE ORGTBL test > \end{tabular} > \begin{comment} > #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular :splice t Thanks the splice t is the important point. Thanks! Uwe Brauer