branch: externals/denote commit ee517a5c8e01a56aa0b75b016e94f067e22e4d0e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add FIXME about a desired optimisation --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index 759ac9155b..3cad5c68f4 100644 --- a/denote.el +++ b/denote.el @@ -2431,6 +2431,8 @@ the changes made to the file: perform them outright." (not (denote-retrieve-filename-identifier m :no-error))) marks) (denote--get-all-used-ids)))) + ;; FIXME 2023-10-24: There is repetition between this and + ;; `denote-rename-file'. We better avoid it. (dolist (file marks) (let* ((file-type (denote-filetype-heuristics file)) (file-in-prompt (propertize file 'face 'error))