From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: problem in orgtbl-to-latex math (Tabular) Date: Thu, 24 Mar 2016 08:47:57 +0000 Message-ID: <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]:55552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj0wB-0007M5-DE for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 04:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj0w8-0005pJ-6K for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 04:48:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:51950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj0w7-0005p7-VO for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 04:48:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aj0w5-0003fe-QW for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 09:48:10 +0100 Received: from 2.163.10.228 ([2.163.10.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2016 09:48:09 +0100 Received: from oub by 2.163.10.228 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2016 09:48:09 +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 Hello 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. Strangely enough if I take that table in an org buffer and export it to latex, then the math gets sourounded by \( \) as it should, but org-radio-table fails. What can I do? (You might point out that I should have used a matrix and not used $ in the table, that is correct but does not help me here. Uwe Brauer