Org-ql provides a query language to search Org files.
(use-package org-ql
:straight (:host github :repo "alphapapa/org-ql"
:branch "master")
:commands (org-ql-find
org-ql-find-path
org-ql-find-in-agenda
org-ql-find-in-org-directory
org-ql-refile
org-ql-search
org-ql-view
org-ql-view-sidebar
org-ql-view-recent-items
org-ql-sparse-tree))
Tell Emacs what package this file provides.
(provide 'freemacs-org-ql)
;;; freemacs-org-ql.el ends here.