summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-16 19:02:12 +0100
committerYann Herklotz <git@yannherklotz.com>2020-08-16 19:02:12 +0100
commitfe6cc617c9a4b9cc8b05c5f77267c05124d56a56 (patch)
tree5831cc0119f0c91f9f6fbdf64bab604df60e7943
parent63b1136c4f33de6c560aab61438c9ccfb80c1cf2 (diff)
downloadorg-zettelkasten-fe6cc617c9a4b9cc8b05c5f77267c05124d56a56.tar.gz
org-zettelkasten-fe6cc617c9a4b9cc8b05c5f77267c05124d56a56.zip
Fix generation for new index
-rw-r--r--zettelkasten.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zettelkasten.el b/zettelkasten.el
index 59c08f2..adaf45b 100644
--- a/zettelkasten.el
+++ b/zettelkasten.el
@@ -304,7 +304,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 "2010700"))
+ (zettelkasten--generate-list-for-note-nc (zettelkasten--list-notes-by-id)))
"\n* Tags\n\n"
(apply
#'concat