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

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

[elpa] externals/denote 308322afab 108/355: Fix markdown-toml identifier


From: ELPA Syncer
Subject: [elpa] externals/denote 308322afab 108/355: Fix markdown-toml identifier value
Date: Sun, 26 Jun 2022 23:58:09 -0400 (EDT)

branch: externals/denote
commit 308322afab0e11426d9431d6fd998feb798a681d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix markdown-toml identifier value
    
    Thanks to Kaushal Modi for the feedback in issue 4 over at the GitHub
    mirror: <https://github.com/protesilaos/denote/issues/4>.
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index cd34adfa87..7d9d1b56a7 100644
--- a/denote.el
+++ b/denote.el
@@ -366,7 +366,7 @@ treatment)."
 title      = %S
 date       = %s
 tags       = %s
-identifier = %s
+identifier = %S
 +++\n\n"
   "TOML front matter value for `format'.")
 



reply via email to

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