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

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

[elpa] externals/denote 1b71e736c8 336/355: Fix format for denote-org-fr


From: ELPA Syncer
Subject: [elpa] externals/denote 1b71e736c8 336/355: Fix format for denote-org-front-matter
Date: Sun, 26 Jun 2022 23:58:37 -0400 (EDT)

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

    Fix format for denote-org-front-matter
---
 denote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index a1c720bb6e..5dffae82cb 100644
--- a/denote.el
+++ b/denote.el
@@ -494,9 +494,9 @@ is specific to this variable: it expect a delimiter such as
   ":PROPERTIES:
 :ID:          %4$s
 :END:
-#+title:      %s
-#+date:       %s
-#+filetags:   %s
+#+title:      %1$s
+#+date:       %2$s
+#+filetags:   %3$s
 \n"
   "Org front matter value for `format'.
 The order of the arguments is TITLE, DATE, KEYWORDS, ID.  If you



reply via email to

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