aboutsummaryrefslogtreecommitdiffstats
path: root/zettelkasten.el
diff options
context:
space:
mode:
Diffstat (limited to 'zettelkasten.el')
-rw-r--r--zettelkasten.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zettelkasten.el b/zettelkasten.el
index 3af8f5c..48576d8 100644
--- a/zettelkasten.el
+++ b/zettelkasten.el
@@ -310,7 +310,7 @@ If PARENT is nil, it will not add a link from a PARENT."
"\n\n* Index\n\n"
(apply
#'concat
- (zettelkasten--generate-list-for-note-nc (zettelkasten--list-notes-without-parents)))
+ (zettelkasten--generate-list-for-note-nc (sort (zettelkasten--list-notes-without-parents) 'string>)))
"\n* Tags\n\n"
(apply
#'concat