From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Let org table support move region selected fields Date: Sun, 29 Apr 2018 12:35:40 +0200 Message-ID: <87h8nu711f.fsf@gnu.org> References: <87k1srjx7w.fsf@gmail.com> <87604bv5iy.fsf@gnu.org> <87lgd6a9r5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCjgQ-0003iQ-2y for emacs-orgmode@gnu.org; Sun, 29 Apr 2018 06:35:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCjgP-0005QP-7U for emacs-orgmode@gnu.org; Sun, 29 Apr 2018 06:35:54 -0400 In-Reply-To: <87lgd6a9r5.fsf@gmail.com> (stardiviner's message of "Sun, 29 Apr 2018 12:59:10 +0800") 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: stardiviner Cc: org-mode Hi, stardiviner writes: > Thanks, this solved my problem. BTW, my curious why those commands are > not actived with keybindings in org-mode? They are, but within "special" commands -- see this in org.el: (org-defkey org-mode-map (kbd "C-c C-x C-w") #'org-cut-special) (org-defkey org-mode-map (kbd "C-c C-x M-w") #'org-copy-special) (org-defkey org-mode-map (kbd "C-c C-x C-y") #'org-paste-special) -- Bastien