Re: Error with org-agenda with 9.5.3

2022-06-03 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > Bastien, can we bump the Org version to 9.5.4 and trigger ELPA update? Done yesterday, thanks for the heads up. -- Bastien

Re: Error with org-agenda with 9.5.3

2022-06-03 Thread Robert Goldman
Thank you. Happy that I found a real error and didn't just waste everyone's time. Also happy to report that I updated org to 9.5.4 and all is well. Best, R On 3 Jun 2022, at 9:08, Ihor Radchenko wrote: > Ihor Radchenko writes: > >>> I am running Emacs 25 (Aquamacs). So, maybe this code requires

Re: Error with org-agenda with 9.5.3

2022-06-03 Thread Ihor Radchenko
Ihor Radchenko writes: >> I am running Emacs 25 (Aquamacs). So, maybe this code requires Emacs 26? >> If so, it would be nice if org-mode 9.5.3 was tagged as incompatible >> with Emacs 25? (It would also be nice if package mode supported >> roll-back, but that's OT here!) > > Thanks for report

Re: Error with org-agenda with 9.5.3

2022-06-02 Thread Ihor Radchenko
Robert Goldman writes: > I just updated org-mode using package.el and got release 9.5.3 > > Now I get an error in `org-at-timestamp-p` (OATP), which is invoked when > calling `org-agenda`. > ``` > (rx (or (regexp org-ts-regexp3) ; here > (regexp org-element--timestamp-regexp))) > ``` >

Error with org-agenda with 9.5.3

2022-06-02 Thread Robert Goldman
I just updated org-mode using package.el and got release 9.5.3 Now I get an error in `org-at-timestamp-p` (OATP), which is invoked when calling `org-agenda`. I checked the repository and the problem is in commit 1f617727f1, which added to this function the following code block: ``` - (let*