From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: join two or more tables Date: Sun, 18 Aug 2019 06:21:04 -0400 Message-ID: <87v9uuepv3.fsf@gmail.com> References: <871rxirifk.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60282) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hzIJO-0001lH-5v for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 06:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hzIJM-0000gD-6D for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 06:21:21 -0400 Received: from mail-qt1-x831.google.com ([2607:f8b0:4864:20::831]:37790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hzIJM-0000f8-0e for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 06:21:20 -0400 Received: by mail-qt1-x831.google.com with SMTP id y26so11011691qto.4 for ; Sun, 18 Aug 2019 03:21:19 -0700 (PDT) In-reply-to: <871rxirifk.fsf@mat.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org On 2019-08-18 at 04:23 -04, Uwe Brauer wrote... > I was googling this a bit, I found more complicated scenarios, but not > how to join one or more tables. > > [...] > > I want to generate a new table total-nuts, which is just a combination > of the two tables, nuts and nuts2 Does https://github.com/tbanel/orgtbljoin do what you want? -k.