On Oct 15, 2010, at 4:56 PM, Julien Danjou wrote:

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

This is bad. As this problem does not exist in Emacs 23 and I have not changed anything in this part of the code, maybe a bug report to EMacs is in order. Will you file one, with the remark that this works fine in Emacs 23?

Thanks.!

- Carsten


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
// ᐰ <jul...@danjou.info>   http://julien.danjou.info

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to