From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: problem in orgtbl-to-latex math (Tabular) Date: Thu, 24 Mar 2016 14:01:24 +0100 Message-ID: <877fgs113v.fsf@nicolasgoaziou.fr> References: <87fuvgb6te.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj4rD-0007Qx-R0 for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 08:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj4r9-0000OW-1g for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 08:59:23 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj4r8-0000ON-Ro for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 08:59:18 -0400 Received: from selenimh (unknown [IPv6:2a03:a0a0:0:4301::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id CA404A80CD for ; Thu, 24 Mar 2016 13:59:16 +0100 (CET) In-Reply-To: <87fuvgb6te.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 24 Mar 2016 08:47:57 +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: > Take the following radio table in a latex file > > % BEGIN RECEIVE ORGTBL test > % END RECEIVE ORGTBL test > \begin{comment} > #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular > |/|<>| > | | | > | | $\int$ > \end{comment} > > > This is expanded to > > % BEGIN RECEIVE ORGTBL test > \begin{tabular}{|l|} > \\ \hline > \int\\ \hline > \end{tabular} > % END RECEIVE ORGTBL test > \begin{comment} > #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment tabular > | / | <> | > | | | > | | $\int$ | > \end{comment} > > Which is incorrect. Fixed. Thank you. Regards, -- Nicolas Goaziou