branch: externals/denote-journal
commit a2c4387fa2aa9751845fab7223f40daaa51d161b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use new name for denote-id-to-date
---
denote-journal.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-journal.el b/denote-journal.el
index 377562b4db..94f91a8819 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -440,7 +440,7 @@ file's title. This has the same meaning as in
`denote-link'."
(defun denote-journal-calendar--file-to-date (file)
"Convert FILE to calendar date by interpreting its identifier."
(when-let* ((identifier (denote-retrieve-filename-identifier file))
- (date (denote--id-to-date identifier))
+ (date (denote-id-to-date identifier))
(numbers (mapcar #'string-to-number (split-string date "-"))))
(pcase-let ((`(,year ,month ,day) numbers))
(list month day year))))