emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote c5f8ef1d8a 23/33: Add TODO about possible tweak


From: ELPA Syncer
Subject: [elpa] externals/denote c5f8ef1d8a 23/33: Add TODO about possible tweak to denote-rename-file
Date: Wed, 14 Feb 2024 06:57:48 -0500 (EST)

branch: externals/denote
commit c5f8ef1d8a3ec186a5bf99543bed35f62f552d44
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add TODO about possible tweak to denote-rename-file
---
 denote.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/denote.el b/denote.el
index 14975343eb..853dbd3378 100644
--- a/denote.el
+++ b/denote.el
@@ -2749,6 +2749,9 @@ one-by-one, use `denote-dired-rename-files'."
          (id (or (denote-retrieve-filename-identifier file)
                  (denote-create-unique-file-identifier file 
(denote--get-all-used-ids) date)))
          (keywords (denote-keywords-sort keywords))
+         ;; TODO 2024-02-13: Should we derive the extension from the
+         ;; `denote-file-type-prompt' if we are conforming with the
+         ;; `denote-prompts'?
          (extension (denote-get-file-extension file))
          (file-type (denote-filetype-heuristics file))
          (new-name (denote-format-file-name dir id keywords title extension 
signature))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]