Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Carsten Dominik
On Apr 7, 2009, at 10:37 PM, Samuel Wales wrote: Thanks, Carsten. That sounds like exactly the right solution. One question. Are there any org .elc files that perform actions upon loading? e..g. defining a key that the user might have redefined in a hook or setting a variable that the user

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Samuel Wales
Thanks, Carsten. That sounds like exactly the right solution. One question. Are there any org .elc files that perform actions upon loading? e..g. defining a key that the user might have redefined in a hook or setting a variable that the user might have reset? If so, reloading might cause unexp

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Carsten Dominik
I have fixed org-reload, it will now only reload files that actually have been loaded before. Also, the reloading will now also cover any files from the contrib/lisp directory. - Carsten On Apr 6, 2009, at 12:57 PM, Carsten Dominik wrote: I believe I know what s causing this. Reloading Org

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-06 Thread Samuel Wales
Only tried repeating it in past few d. Noticed in last few w but don't remember details and was transient. (A complicated standard test case .org distributed with org might help in cases like this -- less need for reporter to create minimal reproducible version. If behavior not reproducible, the

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-06 Thread Manish
On Mon, Apr 6, 2009 at 5:35 PM, Sebastian Rose wrote: > > Cannot reproduce this on Linux/emacs23 with inline tasks on. > > I added scheduling and logbock drawer too, toggled the todo state for > the inline tasks, reloaded again... > > No problem at all. > > Maybe a little test f

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-06 Thread Sebastian Rose
Cannot reproduce this on Linux/emacs23 with inline tasks on. I added scheduling and logbock drawer too, toggled the todo state for the inline tasks, reloaded again... No problem at all. Maybe a little test file would help to reproduce it? Sebastian Carsten Dominik writes: > I believe I k

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-06 Thread Carsten Dominik
I believe I know what s causing this. Reloading Org actually does load *all* of org, including, for example, org-inlinetask. I think that this is what is causing the problems. That will mean that org-reload needs fixing, and maybe that there is something wrong with the inline tasks. If more

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Carsten Dominik
On Apr 6, 2009, at 7:56 AM, Manish wrote: On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while. Repeatably, with the latest git, emacs 22 cocoa, reloading org causes foldi

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Manish
> On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: > >> I can't do the typing to formally document this, so I will just ask if >> others experience it. If not, it will take a while. >> >> Repeatably, with the latest git, emacs 22 cocoa, reloading org causes >> folding/vis

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Carsten Dominik
Hi Samuel, is this something that started recently, or that you have observed over a longer period of time? - Carsten On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while.

[Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Samuel Wales
I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while. Repeatably, with the latest git, emacs 22 cocoa, reloading org causes folding/visibility/cycling problems that are not fixable by reverting. Only restarting emacs fixes it.