(chore): fix lints on master (#2099)

This commit is contained in:
Jethro Kuan
2022-02-20 13:14:58 -08:00
committed by GitHub
parent fd97c80a26
commit 25d828c32e
3 changed files with 13 additions and 11 deletions

View File

@ -591,7 +591,8 @@ Return the ID of the location."
PATH is a string that can optionally contain templated text in
it."
(or (org-roam-node-file org-roam-capture--node)
(thread-first path
(thread-first
path
(org-roam-capture--fill-template t)
(string-trim)
(expand-file-name org-roam-directory))))