branch: externals/denote-sequence commit c39432bbc3eb4b8246012642dbc95e01e38c7563 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add TODO for denote-sequence-get-all-files to fetch more data --- denote-sequence.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote-sequence.el b/denote-sequence.el index 4571ea9b3a..7d8b4c37b6 100644 --- a/denote-sequence.el +++ b/denote-sequence.el @@ -418,6 +418,8 @@ With optional FILES only consider those, otherwise use `denote-directory-files'. (buffers (denote--buffer-file-names))) (delete-dups (append buffers files)))) +;; TODO 2025-06-23: Return cons cells with sequences and files. This +;; is to be able to do an `alist-get' to get a path given a sequence. (defun denote-sequence-get-all-files (&optional files) "Return all files in variable `denote-directory' with a sequence. A sequence is a Denote signature that conforms with `denote-sequence-p'.