Make `yank-pop' work after an adjusting tree yank.
commitf9f3c27b13cae055b93bf853eef93711c047e1bf
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 14 Nov 2008 06:47:32 +0000 (14 07:47 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 14 Nov 2008 06:49:08 +0000 (14 07:49 +0100)
treea3b4af841cf8e0f8d46bf76027bf8df71f6c3691
parenta33679ee5dcd65ba8b7e3c5acecc8d89475539b4
Make `yank-pop' work after an adjusting tree yank.

Org's `org-yank' now identifies itself as being `yank' by setting
`this-command', and by making sure that the mark is set correctly.  In
this way, `yank-pop' will work correctly after using `C-y' in an
Org-mode buffer.  Org-mode does not have its own implementation, to
`yank-pop' will insert content plainly, without adjusting tree levels,
and without folding.

Samuel Wales pointed out that `yank-pop' doe not work anymore.
doc/org.texi
lisp/ChangeLog
lisp/org.el