Hi,
I'm using org 7.01h with Emacs 24 trunk. When I set org-startup-indented
to t, I observe the following:
** TODO Some stuff
I select "stuff" and press M-w. Then I go the the line under and press
C-y (org-yank).
Now I got:
** TODO Some stuff
** TODO Some
instead of:
** TODO Some stuff
stuff
Note that after M-w, `kill-ring' has a correct first entry of "stuff":
(#("stuff" 0 5
(fontified t face org-level-2))
...)
But on C-y (org-yank) something happens, and it paste the wrong text. I
think it's trying to be smart but it's not.
I've found that setting org-startup-indented to nil fix that behaviour.
What's wrong?
--
Julien Danjou
// ᐰ <[email protected]> http://julien.danjou.info
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode