[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Let org table support move region selected fields
From: |
Bastien |
Subject: |
Re: [O] Let org table support move region selected fields |
Date: |
Sun, 29 Apr 2018 12:35:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi,
stardiviner <address@hidden> 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