From 1e19f7a1a815881e244c6ff42a12c56d3249c6f5 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 11 Apr 2022 23:18:31 +0300 Subject: [PATCH] fix: add a linebreak after "No timestamps found" --- org-journal-tags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."