Change `org-paste-subtree' behavior
commit8ebf4b7274cf0d43f8c78bb6993527d75d092fc3
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Feb 2018 23:03:31 +0000 (27 00:03 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Feb 2018 23:03:31 +0000 (27 00:03 +0100)
tree3389872037484033ca7104dc1ceb3987a8abb8f7
parente445894c0d35e670faf1566a3af365e719746172
Change `org-paste-subtree' behavior

* lisp/org.el (org-paste-subtree): Never split a section. Instead
  always insert tree before the headline after point.  Use `org-yank'
  to split the section.
* testing/lisp/test-org.el (test-org/paste-subtree): New test.
lisp/org.el
testing/lisp/test-org.el