branch: externals/denote commit 308322afab0e11426d9431d6fd998feb798a681d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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'.")