From 7851a3b97ed2f4f9fb40782c2336e7971ed6e98a Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sat, 22 Nov 2025 06:54:47 +0200 Subject: [PATCH] Add FIXME to avoid duplication in denote-link-description-with-signature-and-title --- denote.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/denote.el b/denote.el index 1af90e0..a9854fb 100644 --- a/denote.el +++ b/denote.el @@ -5246,6 +5246,9 @@ See the `:link' property of `denote-file-types'." This is useful as the value of the user option `denote-link-description-function'." + ;; FIXME 2025-11-22: Hwere we are doing `denote-filetype-heuristics' + ;; when `denote-link' has already done it. We have to avoid such + ;; duplication. (let* ((file-type (denote-filetype-heuristics file)) (signature (denote-retrieve-filename-signature file)) (title (denote-retrieve-title-or-filename file file-type))