[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 392ddc085f: Fix denote-keywords-sort symbol in d
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 392ddc085f: Fix denote-keywords-sort symbol in denote command |
Date: |
Fri, 28 Oct 2022 02:57:32 -0400 (EDT) |
branch: externals/denote
commit 392ddc085f0745e2835a0204827ae01e1d939f0a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix denote-keywords-sort symbol in denote command
Thanks to Florian for pointing it out on the mailing list:
<https://lists.sr.ht/~protesilaos/denote/%3C166689879712.8.6808878344988686135.71824507%40aboulafia.org%3E#%3C166693939100.7.2697299917666868782.71911200@aboulafia.org%3E>.
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index a1a72f7c20..2b0f7875f2 100644
--- a/denote.el
+++ b/denote.el
@@ -1386,7 +1386,7 @@ When called from Lisp, all arguments are optional.
(append args nil)))
(let* ((title (or title ""))
(file-type (denote--valid-file-type (or file-type denote-file-type)))
- (kws (denote--keywords-sort keywords))
+ (kws (denote-keywords-sort keywords))
(date (if (or (null date) (string-empty-p date))
(current-time)
(denote--valid-date date)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote 392ddc085f: Fix denote-keywords-sort symbol in denote command,
ELPA Syncer <=