emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Weird behaviour with org-yank and org-startup-indented


From: Carsten Dominik
Subject: Re: [Orgmode] Weird behaviour with org-yank and org-startup-indented
Date: Sun, 17 Oct 2010 08:08:38 +0200


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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]