[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 1b9a7df31b: Fix bug in denote-org-capture which
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 1b9a7df31b: Fix bug in denote-org-capture which ignored DATE in the front matter |
Date: |
Wed, 18 Sep 2024 03:57:51 -0400 (EDT) |
branch: externals/denote
commit 1b9a7df31bc2c76a5ba9ec4bda0baba1460e7cc3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix bug in denote-org-capture which ignored DATE in the front matter
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 7ac13484e9..8f15fd543a 100644
--- a/denote.el
+++ b/denote.el
@@ -4978,7 +4978,7 @@ Consult the manual for template samples."
(denote--creation-prepare-note-data title keywords 'org
directory date template signature))
(id (denote--find-first-unused-id (denote-get-identifier date)))
(front-matter (denote--format-front-matter
- title (denote--date nil 'org) keywords id 'org))
+ title (denote--date date 'org) keywords id 'org))
(template-string (cond ((stringp template) template)
((functionp template) (funcall template))
(t (user-error "Invalid template")))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote 1b9a7df31b: Fix bug in denote-org-capture which ignored DATE in the front matter,
ELPA Syncer <=