branch: externals/denote
commit 9f0ecc8d6512d672c01e2732a303a588ed50d87a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add missing REVERSE argument in denote-org-dblock--files
---
denote-org-dblock.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-org-dblock.el b/denote-org-dblock.el
index 38e7fbe0e1..913942bcb2 100644
--- a/denote-org-dblock.el
+++ b/denote-org-dblock.el
@@ -52,7 +52,7 @@ sorting."
((and sort-by-component reverse)
(denote-sort-get-directory-files files-matching-regexp sort-by-component
reverse :omit-current))
(sort-by-component
- (denote-sort-get-directory-files files-matching-regexp sort-by-component
:omit-current))
+ (denote-sort-get-directory-files files-matching-regexp sort-by-component
reverse :omit-current))
(reverse
(denote-sort-get-directory-files files-matching-regexp
:no-component-specified reverse :omit-current))
(t