branch: externals/denote-journal
commit adb744d65b7701d7012aafc496aed82ec5487514
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use new denote-get-completion-table per denote.git commit 4fe3cf1
---
denote-journal.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-journal.el b/denote-journal.el
index e6a175fe15..07822d1098 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -336,7 +336,7 @@ Perform the operation relative to the variable
`denote-journal-directory'."
(denote-directory default-directory)
(relative-files (mapcar
#'denote-get-file-name-relative-to-denote-directory files))
(file (if (> (length files) 1)
- (completing-read "Select journal entry: "
(denote--completion-table 'file relative-files) nil t)
+ (completing-read "Select journal entry: "
(denote-get-completion-table relative-files '(category . file)) nil t)
(car relative-files))))
(concat denote-directory file)))