You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to write something like this:
;; 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
The text was updated successfully, but these errors were encountered:
That's not a bad idea. It would be somewhere more than trivial but less than difficult to implement. I don't expect to have the time to work on this myself anytime soon.
In the meantime, it wouldn't take much code to do this now. Here are a couple of examples:
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:
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
The text was updated successfully, but these errors were encountered: