mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 10:53:04 +03:00
fix: add a linebreak after "No timestamps found"
This commit is contained in:
parent
66740f8615
commit
1e19f7a1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue