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

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

[elpa] externals/denote 5894fe704f 1/9: Use denote-retrieve-front-matter


From: ELPA Syncer
Subject: [elpa] externals/denote 5894fe704f 1/9: Use denote-retrieve-front-matter-title-value instead of an alias
Date: Sat, 27 Apr 2024 00:58:01 -0400 (EDT)

branch: externals/denote
commit 5894fe704f29410e95750f9efe1094aed1354872
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@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)))
 



reply via email to

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