fix: add a linebreak after "No timestamps found"

This commit is contained in:
Pavel Korytov 2022-04-11 23:18:31 +03:00
parent 66740f8615
commit 1e19f7a1a8

View file

@ -1676,7 +1676,7 @@ BODY is put in that lambda."
(format "%s %s" (org-journal-tags--string-pad (propertize date 'face 'org-date) 21) preview)))
(widget-insert "\n"))
(insert "\n"))
(insert "No timestamps found"))))
(insert "No timestamps found\n\n"))))
(defun org-journal-tags--get-all-tag-references (tag-name)
"Extract all references to TAG-NAME from the database."