On Aug 8, 2006, at 12:26, Juraj Kubelka wrote:

Hi All!

I have org file like example below. But some time stamps are not
correctly displayed (see example below) in agenda view (org-agenda). I
use emacs snapshot (22.0.51.1) and Org-mode version 4.43. Is it
Org-mode bug or just my mistake?
+ <2006-08-11 Pá 09:16>--<2006-08-12 So 13:20>
  - doesn't work: there is "2006-08-11 13:20" in agenda.

This is a bug in parsing, when looking for a time it just takes one, not checking if this is a range. I'll see if I can do something, probably removing the time-of-day display for ranges entirely.

+ <2006-08-14 Po 10:08>--<2006-08-16 St 11:20>
  - doesn't work: it is not displayed in agenda.

The agenda assumes that there is only one agenda-relevant time stamp or range associated with any headline in the buffer. When it has found one, it jumps to the next headline, skipping anything in between, to speed up parsing. That's why each time you have several stamps or ranges, only the first is taken seriously. Hmmm. need to think about this, what the right course of action would be. Comments welcome.

Thanks for the report.

- Carsten


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to