Expand DSL so we can check timestamps on specific properties
未关闭
enhancement
help wanted
- 主要语言
- Emacs Lisp
- 星标
- 1.6k
- 派生
- 120
- PR 合并指标
- 30 天内没有已合并 PR
描述
### OS/platform
Linux
### Emacs version and provenance
29 - compiled from source
### Org version and provenance
9.7.5 - from elpa
### org-ql package version and provenance
0.8.6 - melpa
### Description
I would love to be able to write something like this:
```elisp
;; find all headings with CUSTOM_PROP where the value is a timestamp in the past
(org-ql-search (org-agenda-files)
'(property :CUSTOM_PROP '(ts-active :to :today)))
```
I know I can write custom code to match presence of CUSTOM_PROP and then do precise validation but I think it would be amazing if I could do this all within org-ql's DSL!
### Etc.
_No response_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。