From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SL04Om5D3l7BSwAA0tVLHw (envelope-from ) for ; Mon, 08 Jun 2020 13:55:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2EghNm5D3l6PMgAAbx9fmQ (envelope-from ) for ; Mon, 08 Jun 2020 13:55:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 715F09408BB for ; Mon, 8 Jun 2020 13:55:57 +0000 (UTC) Received: from localhost ([::1]:46546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jiIFn-0003DF-8F for larch@yhetil.org; Mon, 08 Jun 2020 09:55:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiIFH-0003D1-Ur for emacs-orgmode@gnu.org; Mon, 08 Jun 2020 09:55:23 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:63305) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiIFH-0000V5-5V for emacs-orgmode@gnu.org; Mon, 08 Jun 2020 09:55:23 -0400 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 49gZWt1GbNz1hFr; Mon, 8 Jun 2020 09:55:22 -0400 (EDT) Received: by panix1.panix.com (Postfix, from userid 20712) id 49gZWt0yHDzcbc; Mon, 8 Jun 2020 09:55:22 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 49gZWt0p20zcbV; Mon, 8 Jun 2020 09:55:22 -0400 (EDT) Date: Mon, 8 Jun 2020 09:55:21 -0400 From: Jude DaShiell To: Uwe Brauer , emacs-orgmode@gnu.org Subject: Re: [join rows] In-Reply-To: <87zh9d4xwe.fsf@mat.ucm.es> Message-ID: References: <878sh0q66c.fsf@mat.ucm.es> <87lfkync8o.fsf_-_@mat.ucm.es> <87zh9d4xwe.fsf@mat.ucm.es> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Received-SPF: pass client-ip=166.84.1.89; envelope-from=jdashiel@panix.com; helo=mailbackend.panix.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/08 09:55:22 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: gvf3Ftr6Ur1J paste is a unix command outside of emacs used to concatenate files horizontally as opposed to vertically as cat does. On Mon, 8 Jun 2020, Uwe Brauer wrote: > Date: Mon, 8 Jun 2020 07:09:21 > From: Uwe Brauer > To: emacs-orgmode@gnu.org > Subject: Re: [join rows] > > >>> "JD" == Jude DaShiell writes: > > > If what's wanted here is a horizontal join of tables paste(1) might be > > I am not sure what paste(1) means here. Could you please explain? > > > used to start the process however the #TBLFMT: line for the new table > > would need new formulas and column headers may need adjusting. > > Something like this was possible in dBase III+ using modify structure if > > memory serves. > --