[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug] org-agenda-write does not handle date stamps without day o
From: |
Bastien |
Subject: |
Re: [O] [bug] org-agenda-write does not handle date stamps without day of week |
Date: |
Tue, 10 Apr 2012 19:38:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
Hi Carsten and all,
Carsten Dominik <address@hidden> writes:
> since we did make a change to Org a while ago to allow date stamps
> without the name of the day, I think it is only consequent to also do
> it for this case. Must have slipped our attention back then.
> The only thing we must ensure is that this regexp matches fast
> as it is used a lot.
>
> Nick's proposal works, except for the fact that is also matches when
> the time is directly attached to day name. Maybe it is cleaner to
> not match in this case.
>
> If we are going to make the day name optional, then it is better to
> include matching of the whitespace after the date into the day-name
> part of the regexp.
Agreed.
> I am attaching Nick's file again, with a third proposal for an
> updated regexp.
I tested it from reproducer.org (had to add a missing parenthesis)
and it seems to work fine.
Carsten, please feel free to apply a patch with your new org-ts-regexp0
proposal against master HEAD.
Thanks!
--
Bastien
- Re: [O] [bug] org-agenda-write does not handle date stamps without day of week,
Bastien <=