Hi, stardiviner <numbch...@gmail.com> 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