Improve org-ql-select-by-date precision

This commit is contained in:
Phil Bajsicki 2025-04-26 01:09:51 +02:00
parent 20d53cdd33
commit 3191b0c887
2 changed files with 2 additions and 2 deletions

View file

@ -610,7 +610,7 @@ DATE is the date or date range to match."
:description "Buffer name.")
'(:name "date"
:type string
:description "Date in YYYY or YYYY-MM format."))
:description "Date string in YYYY or YYYY-MM format. No <, >, [, ]. Just the numbers and dashes."))
:category "org"))
#+end_src

View file

@ -228,7 +228,7 @@ DATE is the date or date range to match."
:description "Buffer name.")
'(:name "date"
:type string
:description "Date in YYYY or YYYY-MM format."))
:description "Date string in YYYY or YYYY-MM format. No <, >, [, ]. Just the numbers and dashes."))
:category "org"))
(defun gptel-org-tools--org-agenda-seek (days)