Re: Bug: Changed behaviour of org-at-timestamp-p after recent change

2022-04-15 Thread Ihor Radchenko
Anders Johansson writes: > Hi, > I noticed that this commit: > b1a570b3b org-agenda: Fix regression when diary sexp timestamps are ignored > > made a call like (org-at-timestamp-p 'agenda) match against the regexp > `org-element--timestamp-regexp`. However, this regexp doesn’t have the > match g

Bug: Changed behaviour of org-at-timestamp-p after recent change

2022-04-11 Thread Anders Johansson
Hi, I noticed that this commit: b1a570b3b org-agenda: Fix regression when diary sexp timestamps are ignored made a call like (org-at-timestamp-p 'agenda) match against the regexp `org-element--timestamp-regexp`. However, this regexp doesn’t have the match groups setup as the others (`org-ts-regex