[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-seque
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-sequence that pertains to sluggification |
Date: |
Tue, 14 Jan 2025 00:57:59 -0500 (EST) |
branch: externals/denote
commit a7d0797c829cdb97ca89af8c409c2d5bc5b3dd4f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove a TODO about denote-sequence that pertains to sluggification
I tried it and we are okay without it.
---
denote-sequence.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index 7faa600cda..65379f75c9 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -613,9 +613,6 @@ Files available at the minibuffer prompt are those returned
by
selected-type
(when (memq selected-type (delq 'parent denote-sequence-types))
(denote-sequence-file-prompt (format "Make a new %s of SEQUENCE"
selected-type))))))
- ;; 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* ((sequence (when file-with-sequence
(denote-retrieve-filename-signature file-with-sequence)))
(new-sequence (denote-sequence-get type sequence))
(denote-use-signature new-sequence))
- [elpa] externals/denote updated (b596ca71ad -> 0381e59216), ELPA Syncer, 2025/01/14
- [elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-sequence that pertains to sluggification,
ELPA Syncer <=
- [elpa] externals/denote 6ca703f463 2/9: Reword denote-sequence-get-all-sequences doc string, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 5992140c9a 4/9: Remove the needless denote-sequence--tail-alphanumeric-p, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 584235fe9f 8/9: Make denote-sequence-new-{child, sibling}-of-current also work for file in Dired, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 0381e59216 9/9: Clarify the denote-sequence-file-p doc string, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 69f23c9f95 3/9: Reeword denote-sequence-get-all-sequences-with-prefix doc string, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 705988ede0 1/9: Be consistent with the regexp group in two sequence functions, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 946dece0bc 5/9: Use corrent name of parameter in doc string of denote-sequence, ELPA Syncer, 2025/01/14
- [elpa] externals/denote e8d5f68609 7/9: Add TODO about a recursive denote-sequence-reparent, ELPA Syncer, 2025/01/14