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

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

[elpa] externals/denote 4cce51a092 22/33: Change how denote-rename-file


From: ELPA Syncer
Subject: [elpa] externals/denote 4cce51a092 22/33: Change how denote-rename-file passes DATE to denote-create-unique-file-identifier (per e9e9c8e)
Date: Wed, 14 Feb 2024 06:57:48 -0500 (EST)

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

    Change how denote-rename-file passes DATE to 
denote-create-unique-file-identifier (per e9e9c8e)
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 9752c8aaa0..14975343eb 100644
--- a/denote.el
+++ b/denote.el
@@ -2747,7 +2747,7 @@ one-by-one, use `denote-dired-rename-files'."
      (append (vector file) args nil)))
   (let* ((dir (file-name-directory file))
          (id (or (denote-retrieve-filename-identifier file)
-                 (denote-create-unique-file-identifier file 
(denote--get-all-used-ids) (denote-parse-date date))))
+                 (denote-create-unique-file-identifier file 
(denote--get-all-used-ids) date)))
          (keywords (denote-keywords-sort keywords))
          (extension (denote-get-file-extension file))
          (file-type (denote-filetype-heuristics file))



reply via email to

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