Improve org-ql-select-by-date precision
This commit is contained in:
parent
20d53cdd33
commit
3191b0c887
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue