From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: feature proposal. Kill and yank columns Date: Thu, 28 Apr 2016 22:13:15 +0200 Message-ID: <87vb31ijac.fsf@saiph.selenimh> References: <87ziset6iq.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avsJS-00017w-Qp for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:13:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avsJO-0001xj-MS for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:13:26 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avsJO-0001xc-Fz for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:13:22 -0400 In-Reply-To: <87ziset6iq.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 28 Apr 2016 09:41:17 +0000") 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 Hello, Uwe Brauer writes: > I know that I can delete columns but I miss a function which would > *kill* a column, put it in the some ring (or register) and paste it. > > I do this my marking the content of a column and use kill-rectangle and > yank-rectangle but I find such a solution which needs the mark, > cumbersome. > > I goggled around and found for example proposals as in > > https://stackoverflow.com/questions/22002374/how-to-select-a-column-of-a-table-in-emacs-org-mode > > Which is basically the same I do. > > Or in > > http://orgmode.org/worg/org-hacks.html#field-coordinates-in-formulas > > Which seems complicated. > > It also seems a subject which comes up regularly. Is this so difficult > to implement? There are `org-table-cut-region', `org-table-copy-region' and `org-table-paste-rectangle'. In any case, you'll need the mark. Regards, -- Nicolas Goaziou