[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
On Monday 05 July 2010 23:12:46 Bernt Hansen wrote: Hi Bernt, > > I did some debugging. > > Thanks. Sorry I've been tied up with work today. No problem. I had some time (and fun) with the debugging. That was the first time I dug into the depth of org's internals. ;-) > Oh! It's not that th

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Carsten Dominik
Hi Bernt, thanks, I have reverted the commit. Too bad it is not working. - Carsten On Jul 5, 2010, at 11:16 PM, Bernt Hansen wrote: Bernt Hansen writes: Oh! It's not that the future dates are missing it's the entry for _today_ that is missing. So yes my commit breaks this and I'll get

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Bernt Hansen writes: > Oh! It's not that the future dates are missing it's the entry for > _today_ that is missing. So yes my commit breaks this and I'll get it > reverted. > Hi Carsten, Please revert the following commit. It's my second failed attempt at fixing this issue. I think I'll jus

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Hi again, Bernt! > > I did some debugging. Thanks. Sorry I've been tied up with work today. > The reason that the repeating events are not shown is that > `org-agenda-get-timestamps' doesn't return those repeater events, > because when it iterates over all timestamps of

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Hi again, Bernt! I did some debugging. The reason that the repeating events are not shown is that `org-agenda-get-timestamps' doesn't return those repeater events, because when it iterates over all timestamps of a file, the test in the following `if' always returns t and so we are skipping. --8<

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Tassilo Horn writes: > > Hi again, > >>> This works for me in both >>> >>> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >>> raven, modified by Debian >>> Org-mode version 6.36trans (release_6.36.509.g9e9b) >>> >>> and >>> >>> GNU Emacs 23.2

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Tassilo Horn writes: Hi again, >> This works for me in both >> >> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >> raven, modified by Debian >> Org-mode version 6.36trans (release_6.36.509.g9e9b) >> >> and >> >> GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Bernt Hansen writes: Hi Bernt, > This works for me in both > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on > raven, modified by Debian > Org-mode version 6.36trans (release_6.36.509.g9e9b) > > and > > GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ---