branch: externals/denote-journal commit da5d431f59c359f8e17e01f6cab1478ab244b4b9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add TODO about denote-journal-calendar--get-files-as-dates --- denote-journal.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote-journal.el b/denote-journal.el index 8fe2a04b38..7a6da2fbd8 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -303,6 +303,8 @@ Return (MONTH DAY YEAR) or nil if not an Org time-string." (let ((denote-directory (file-name-as-directory (denote-journal-directory)))) (denote-directory-files (denote-journal--keyword-regex)))) +;; TODO 2025-03-31: Can we know the range of visible dates in the +;; calendar? Then we can only ask for those files. (defun denote-journal-calendar--get-files-as-dates () "Return list of files as dates in the form of (MONTH DAY YEAR)." (when-let* ((files (denote-journal-calendar--get-files)))