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

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

[elpa] externals/denote 3d7c33e4cf 11/17: Fix denote--format-front-matte


From: ELPA Syncer
Subject: [elpa] externals/denote 3d7c33e4cf 11/17: Fix denote--format-front-matter
Date: Mon, 15 Aug 2022 01:57:35 -0400 (EDT)

branch: externals/denote
commit 3d7c33e4cf90f2a6c5715e4942eb2c9a300d7321
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Fix denote--format-front-matter
---
 denote.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 140d4d1293..7276a32349 100644
--- a/denote.el
+++ b/denote.el
@@ -886,7 +886,8 @@ Apply `downcase' to KEYWORDS."
 TITLE, DATE, KEYWORDS, FILENAME, ID are all strings which are
 provided by `denote'.  FILETYPE is one of the values of
 `denote-file-type'."
-  (let ((kws (denote--format-front-matter-keywords keywords filetype)))
+  (let ((title (denote--format-front-matter-title title filetype))
+        (kws (denote--format-front-matter-keywords keywords filetype)))
     (format (denote--front-matter filetype) title date kws id)))
 
 (defun denote--path (title keywords dir id file-type)



reply via email to

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