Change: (org-ql-view--format-element) Use display-warning

This commit is contained in:
Adam Porter 2023-03-10 06:24:03 -06:00
parent 44679a6c93
commit 107fc66d08

View file

@ -864,8 +864,7 @@ return an empty string."
(not type)) (not type))
append type))) append type)))
;; No marker found ;; No marker found
;; TODO: Use `display-warning' with `org-ql' as the type. (display-warning 'org-ql (format "No marker found for item: %s" title))
(warn "No marker found for item: %s" title)
(org-element-property :tags element)) (org-element-property :tags element))
(org-element-property :tags element))) (org-element-property :tags element)))
(tag-string (when tag-list (tag-string (when tag-list