From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: combine two (or more) org tables to one Date: Fri, 28 Dec 2018 21:17:03 +0100 Message-ID: <87r2e1tni8.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcyca-0004Ns-Fc for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 15:20:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcyZM-0000cg-Tf for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 15:17:26 -0500 Received: from [195.159.176.226] (port=51479 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcyZK-0000GT-7A for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 15:17:19 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gcyX5-0008Il-68 for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 21:14: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 Hi I have to generate a table with 18 columns. Even with org-table-toggle-column-width this is difficult to display. So I thought to divide the table into 2 or three, edit them separately and then combine them to the final one. I thought of using orgtbl-join but there seems a bug which I have to report to the author. Any other suggestion? Uwe Brauer