Change: (org-ql-view--format-element) Use display-warning
This commit is contained in:
parent
44679a6c93
commit
107fc66d08
1 changed files with 1 additions and 2 deletions
|
|
@ -864,8 +864,7 @@ return an empty string."
|
|||
(not type))
|
||||
append type)))
|
||||
;; No marker found
|
||||
;; TODO: Use `display-warning' with `org-ql' as the type.
|
||||
(warn "No marker found for item: %s" title)
|
||||
(display-warning 'org-ql (format "No marker found for item: %s" title))
|
||||
(org-element-property :tags element))
|
||||
(org-element-property :tags element)))
|
||||
(tag-string (when tag-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue