Hi, On lun., 16 janv. 2023 at 20:43, zimoun <zimon.touto...@gmail.com> wrote:
> Now consider: > > $ guix shell -C emacs-minimal emacs-org -E TERM \ > -- emacs -q -l config.el \ > --eval "(require 'org-element)" \ > -f org-agenda > > Then press ’m’ and type: CLOSED>="<today>". The result is: > > --8<---------------cut here---------------start------------->8--- > Headlines with TAGS match: CLOSED>="<today>" > Press `C-u r' to search again > example: DONE Yesterday > example: DONE Today > --8<---------------cut here---------------end--------------->8--- > > The expected result (at least using Org v9.5) is to only match with the > item “Today” – the item “Yesterday” should be filtered out; e.g., > > Headlines with TAGS match: CLOSED>="<today>" > Press `C-u r' to search again > example: DONE Today > > Well, is it a bug on Guix side or is it a bug on Org-mode side? Or from > my config? Using Guix 29efa27 and so Org 9.6.1, this last issue about CLOSED>="<today>" seems fixed. Cheers, simon