diff --git a/org-journal-tags.el b/org-journal-tags.el index 5a176fb..01e2776 100644 --- a/org-journal-tags.el +++ b/org-journal-tags.el @@ -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."