From d11f2ab3579ab48517ffa1be7884a639783cdbe4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 16 Aug 2020 19:20:13 +0100 Subject: Update the order of the index --- zettelkasten.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit