Fix bug with cursor movement after org-yank.
commit4fa160447d5f20774a36fbb5a9b515368371df21
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 7 Nov 2008 20:35:27 +0000 (7 21:35 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 7 Nov 2008 20:35:27 +0000 (7 21:35 +0100)
tree86abe4202b3e356e4b42baa84d558d92fdbbab2f
parent7a9e12dc00bbbf8435fcf42f570966eed95cf4dc
Fix bug with cursor movement after org-yank.

When org-yank inserts a subtree, it moves the cursor to the headline
after the yank.  A structural bug in the `org-yank' function did cause
this motion also to happen after a normal yank.  Fixed now.
lisp/ChangeLog
lisp/org.el