branch: externals/denote commit 5894fe704f29410e95750f9efe1094aed1354872 Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Use denote-retrieve-front-matter-title-value instead of an alias --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 609cb0269b..d0d4e6c423 100644 --- a/denote.el +++ b/denote.el @@ -4184,7 +4184,7 @@ concomitant alist, such as `denote-link-backlinks-display-buffer-action'." Use FILE to detect a suitable title with which to name the buffer. Else use the ID." (if-let ((type (denote-filetype-heuristics file)) - (title (denote-retrieve-title-value file type))) + (title (denote-retrieve-front-matter-title-value file type))) (format "*Denote FILE backlinks for %S*" title) (format "*Denote FILE backlinks for %s*" id)))