emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Not all time/date strings are recognized as time in org-make-t


From: Ihor Radchenko
Subject: Re: [BUG] Not all time/date strings are recognized as time in org-make-tags-matcher [9.6 (9.6-gd500b4 @ /home/hubisan/.emacs.default/straight/build/org/)]
Date: Wed, 07 Dec 2022 12:46:23 +0000

Daniel Hubmann <hubisan@gmail.com> writes:

> After updating to Org 9.6 this match in the agenda
> 'SCHEDULED<"<+2d>"+SCHEDULED<>"' shows all scheduled items event if they
> are far more in the future than 2 days.
>
> Tracked this down to a commit (e022a0cea11a0e784ba20ac478a033da7fb1bb7f)
> that changed the regular expression to recognize timestamps:
>
> -    (timep (string-match-p "^\"[[<].*[]>]\"$" pv))
>> +    (timep (string-match-p "^\"[[<][0-9]+.*[]>]\"$" pv))
>>

Thanks for reporting!
It is a duplicate of 87bkokgtd7.fsf@kyleam.com">https://orgmode.org/list/87bkokgtd7.fsf@kyleam.com
Fixed (see the linked thread).

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]