Tags

til

(->> [:select [nodes:id, nodes:title] :from nodes
              :join tags :on (= tags:node-id nodes:id)
              :where (= tags:tag "til")
              :order-by nodes:title]
     (org-roam-db-query)
     (-map (cl-function (lambda ((id title))
                          (org-link-make-string (concat "id:" id) title)))))

Author: Nicholas Coltharp (mail@heraplem.xyz)

Last modified: 2026-06-16 Tue 11:51

Emacs 30.2 (Org mode 9.7.11)

Validate