emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Regressions in 4.42?
@ 2006-07-06 15:09 Christian Egli
  2006-07-06 19:06 ` Philip Rooke
  2006-07-07  6:16 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Egli @ 2006-07-06 15:09 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten

I'm using org-mode 4.42 (Emacs from CVS). It seems to me that there are
some regressions.

     1. org-agenda-redo marks all org buffers as modified:
        org-save-all-org-buffers works great but seems to expose a bug.
        When I hit 'r' (in the agenda buffer) to redo my agenda, all my
        org buffers seem to become modified and hence
        org-save-all-org-buffers always has to save all the buffers as
        the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
        the org agenda buffer.
     2. Regression in org-agenda-todo-ignore-scheduled and
        org-agenda-todo-list-sublevels: in the previous version I was
        able to hide subtasks by setting org-agenda-todo-list-sublevels
        to nil and to hide scheduled TODOs by setting
        org-agenda-todo-ignore-scheduled to t. The agenda buffer would
        only show the topmost task and would only show it for the
        specific day if scheduled. However with 4.42 as soon as I
        schedule the topmost task is hidden from the list of open tasks,
        but the subtasks are shown in the list of open tasks, which is
        not how it (correctly) worked before.

Let me know if you can reproduce this and how I can help to fix this.

Thanks

-- 
Christian Egli, Senior Consultant
Novell (Schweiz) AG, Leutschenbachstrasse 41, 8050 Zürich
Tel. +41 43 299 75 46 direct, Tel. +41 43 299 78 00, Fax: +41 43 299 75 01

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regressions in 4.42?
  2006-07-06 15:09 Regressions in 4.42? Christian Egli
@ 2006-07-06 19:06 ` Philip Rooke
  2006-07-07  6:17   ` Carsten Dominik
  2006-07-07  6:16 ` Carsten Dominik
  1 sibling, 1 reply; 4+ messages in thread
From: Philip Rooke @ 2006-07-06 19:06 UTC (permalink / raw)
  To: Christian Egli; +Cc: emacs-orgmode

Christian Egli <christian.egli@novell.com> writes:

>
>      1. org-agenda-redo marks all org buffers as modified:
>         org-save-all-org-buffers works great but seems to expose a bug.
>         When I hit 'r' (in the agenda buffer) to redo my agenda, all my
>         org buffers seem to become modified and hence
>         org-save-all-org-buffers always has to save all the buffers as
>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>         the org agenda buffer.

As another data point I'm having a similar problem.  This is since
updating to a version of CVS GNU/Emacs last weekend. M-x org-version
is showing 4.41.

My observation is the problem is somewhat broader, as soon as I have
run something like C-a a then all my agenda buffers are marked
modified.

Phil

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regressions in 4.42?
  2006-07-06 15:09 Regressions in 4.42? Christian Egli
  2006-07-06 19:06 ` Philip Rooke
@ 2006-07-07  6:16 ` Carsten Dominik
  1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2006-07-07  6:16 UTC (permalink / raw)
  To: Christian Egli; +Cc: emacs-orgmode

On Jul 6, 2006, at 17:09, Christian Egli wrote:

> Hi Carsten
>
> I'm using org-mode 4.42 (Emacs from CVS). It seems to me that there are
> some regressions.
>
>      1. org-agenda-redo marks all org buffers as modified:
>         org-save-all-org-buffers works great but seems to expose a bug.
>         When I hit 'r' (in the agenda buffer) to redo my agenda, all my
>         org buffers seem to become modified and hence
>         org-save-all-org-buffers always has to save all the buffers as
>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>         the org agenda buffer.

Yes, I can reproduce this.  The buffers are not really changed, all I 
am doing is changing  a few text properties to mark comments and 
ARCHIVED subtrees.  Emacs sees these changes as enough reason to raise 
the buffer-modified flag.

>      2. Regression in org-agenda-todo-ignore-scheduled and
>         org-agenda-todo-list-sublevels: in the previous version I was
>         able to hide subtasks by setting org-agenda-todo-list-sublevels
>         to nil and to hide scheduled TODOs by setting
>         org-agenda-todo-ignore-scheduled to t. The agenda buffer would
>         only show the topmost task and would only show it for the
>         specific day if scheduled. However with 4.42 as soon as I
>         schedule the topmost task is hidden from the list of open 
> tasks,
>         but the subtasks are shown in the list of open tasks, which is
>         not how it (correctly) worked before.

Also this I can reproduce - antoerh bug related to the introduction of 
the ARCHIVE tag.

Both problems will be fixed in 4.43, thanks.

- Carsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regressions in 4.42?
  2006-07-06 19:06 ` Philip Rooke
@ 2006-07-07  6:17   ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2006-07-07  6:17 UTC (permalink / raw)
  To: Philip Rooke; +Cc: emacs-orgmode

This is indeed related to the bug reported by Chritian, and will be 
fixed in 4.43.

- Carsten

On Jul 6, 2006, at 21:06, Philip Rooke wrote:

> Christian Egli <christian.egli@novell.com> writes:
>
>>
>>      1. org-agenda-redo marks all org buffers as modified:
>>         org-save-all-org-buffers works great but seems to expose a 
>> bug.
>>         When I hit 'r' (in the agenda buffer) to redo my agenda, all 
>> my
>>         org buffers seem to become modified and hence
>>         org-save-all-org-buffers always has to save all the buffers as
>>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>>         the org agenda buffer.
>
> As another data point I'm having a similar problem.  This is since
> updating to a version of CVS GNU/Emacs last weekend. M-x org-version
> is showing 4.41.
>
> My observation is the problem is somewhat broader, as soon as I have
> run something like C-a a then all my agenda buffers are marked
> modified.
>
> Phil
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-07  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-06 15:09 Regressions in 4.42? Christian Egli
2006-07-06 19:06 ` Philip Rooke
2006-07-07  6:17   ` Carsten Dominik
2006-07-07  6:16 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).