Re: [Orgmode] org-shifmetadown/up are slow

2009-08-02 Thread Carsten Dominik
Hi Samuel, On Jul 8, 2009, at 7:07 AM, Samuel Wales wrote: I think that some of this is slow for inherent emacs reasons. Simply doing down arrow can sometimes be slow. Yes, if there is *lots* of hidden text the cursor has to jump over. However, moving subtrees is very slow. Dp you think i

Re: [Orgmode] org-shifmetadown/up are slow

2009-07-07 Thread Samuel Wales
I think that some of this is slow for inherent emacs reasons. Simply doing down arrow can sometimes be slow. However, moving subtrees is very slow. Dp you think it's mostly outline-mode? Is it possible to defsubst after the fact? Thanks. On Mon, Jun 22, 2009 at 11:43, Samuel Wales wrote: > On

Re: [Orgmode] org-shifmetadown/up are slow

2009-06-22 Thread Samuel Wales
On Sun, Jun 21, 2009 at 22:41, Carsten Dominik wrote: > could you please re-run these tests, and instrument for elp not > only org, but also the entire outline package?  Seems to me that > much of this time is spent in a non-org function. Function Name

Re: [Orgmode] org-shifmetadown/up are slow

2009-06-21 Thread Carsten Dominik
On Jun 22, 2009, at 5:31 AM, Samuel Wales wrote: I frequently rearrange headlines with org-shiftmetadown/up. It is faster (in the human sense) than kill and yank or refile if the place I want to put them is underneath a sibling. However, it is sometimes slow, taking a second or two per comman

[Orgmode] org-shifmetadown/up are slow

2009-06-21 Thread Samuel Wales
I frequently rearrange headlines with org-shiftmetadown/up. It is faster (in the human sense) than kill and yank or refile if the place I want to put them is underneath a sibling. However, it is sometimes slow, taking a second or two per command. This occurs when there are large trees around. Is