From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Exporting table.el tables to LaTeX: set environment? Date: Thu, 16 Jan 2014 09:27:07 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b471e5c5dac3404f01738d8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3nue-0002Cd-Cz for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 09:27:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3nuW-0001ST-KM for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 09:27:16 -0500 Received: from mail-oa0-f51.google.com ([209.85.219.51]:47688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3nuW-0001SG-FG for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 09:27:08 -0500 Received: by mail-oa0-f51.google.com with SMTP id h16so2414560oag.24 for ; Thu, 16 Jan 2014 06:27:07 -0800 (PST) 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: Orgmode Mailing List --047d7b471e5c5dac3404f01738d8 Content-Type: text/plain; charset=ISO-8859-1 If I have a table.el table, is there any way to set the LaTeX table environment for it (longtable, tabularx etc.)? Here's a simple sample: * Table Test This is a table.el table: +---------+-----------+-------------------+ | Test | Test2 | Test3 | +---------+-----------+-------------------+ | this is | some text | in the table | +---------+-----------+-------------------+ | here is | some more | to make it longer | +---------+-----------+-------------------+ -- Gary --047d7b471e5c5dac3404f01738d8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
If I have a table.el table, is there any way to set the La= TeX table environment for it (longtable, tabularx etc.)?

Here's a simple sample:

* Table Test

This is a table.el table:

+---= ------+-----------+-------------------+
| Test =A0 =A0| Test2 =A0= =A0 | Test3 =A0 =A0 =A0 =A0 =A0 =A0 |
+---------+-----------+---= ----------------+
| this is | some text | in the table =A0 =A0 =A0|
+---------= +-----------+-------------------+
| here is | some more | to make= it longer |
+---------+-----------+-------------------+


--
Gary
--047d7b471e5c5dac3404f01738d8--