From bd488b1fdeebb629d60cf7d71f3bff208b39835a Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 15 Sep 2020 23:50:56 +0200 Subject: Include file title in card index --- org-fc-awk.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org-fc-awk.el') diff --git a/org-fc-awk.el b/org-fc-awk.el index 07c64cb..70dcae6 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -83,7 +83,8 @@ ITAGS and LTAGS are strings `\":tag1:tag2:\"'" (lambda (file) (mapcar (lambda (card) - (plist-put card :path (plist-get file :path))) + (plist-put card :path (plist-get file :path)) + (plist-put card :filetitle (plist-get file :title))) (plist-get file :cards))) index)) -- cgit v1.2.3