From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: table.el orgmode export html or latex use table-generate-source Date: Wed, 06 Apr 2016 13:24:54 +0000 Message-ID: <87inzuuaxl.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1annSL-0003PX-CZ for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 09:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1annSG-0000Ck-DH for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 09:25:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:58664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1annSG-0000C7-7S for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 09:25:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1annSD-0005wE-TI for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 15:25:06 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2016 15:25:05 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2016 15:25:05 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hi It is great that in orgmode I can edit tables, which are controlled by table.el, since table.el for example allows to split and joins cells, which org-table does not. However when I try to export a org file with a table controlled by table.el I run into a problem. I have to convert it to a org-table and in this process things like splitting cells are lost. So could org-export not call table-generate-source for either latex or html export? regards Uwe Brauer