branch: externals/denote
commit 265b0401a0ad25db8c3228849055a7aa1161f454
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add TODO for a possible cl-letf in 'denote-sequence'
---
 denote-sequence.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/denote-sequence.el b/denote-sequence.el
index f9a0b03839..c841ed8757 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -221,6 +221,9 @@ Files available at the minibuffer prompt are those returned 
by
       selected-type
       (when (memq selected-type (delq 'parent denote-sequence-types))
         (denote-retrieve-filename-signature (denote-sequence-file-prompt))))))
+  ;; TODO 2024-12-30: Do we need to wrap this in the following?
+  ;;
+  ;; (cl-letf (((alist-get 'signature denote-file-name-slug-functions) 
#'denote-sluggify-signature))
   (let* ((new-sequence (denote-sequence-get type file-with-sequence))
          (denote-use-signature new-sequence))
     (call-interactively 'denote)))

Reply via email to