From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: feature proposal. Kill and yank columns Date: Thu, 28 Apr 2016 09:41:17 +0000 Message-ID: <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]:51327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aviRq-00033t-SA for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 05:41:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aviRm-0003si-T9 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 05:41:26 -0400 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:38095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aviRm-0003sR-J9 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 05:41:22 -0400 Received: by mail-wm0-x22b.google.com with SMTP id g17so31436372wme.1 for ; Thu, 28 Apr 2016 02:41:21 -0700 (PDT) Received: from Gilgamesch (gilgamesch.quim.ucm.es. [147.96.12.99]) by smtp.gmail.com with ESMTPSA id c16sm13079388wme.16.2016.04.28.02.41.19 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 28 Apr 2016 02:41:19 -0700 (PDT) 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 Hi 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? Thanks and regards Uwe Brauer