From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: feature proposal. Kill and yank columns Date: Fri, 29 Apr 2016 07:40:40 +0000 Message-ID: <87lh3wrhfr.fsf@mat.ucm.es> References: <87ziset6iq.fsf@mat.ucm.es> <87vb31ijac.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw3lB-0007DS-K0 for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 04:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw3ku-0000bC-PE for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 04:26:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:53869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw3ku-0000ZC-Jr for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 04:26:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aw32c-00061O-1q for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 09:40:46 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2016 09:40:46 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2016 09:40:46 +0200 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 > Hello, > Uwe Brauer writes: > There are `org-table-cut-region', `org-table-copy-region' and > `org-table-paste-rectangle'. In any case, you'll need the mark. If I need to mark the region in question, I could stick with kill-rectangle and friends. The point is not to mark the column. org-table-delete-column does not need the mark, so my hope is that this code could be somehow generalized. I played a bit around with that function but so far no success. regards Uwe Brauer