From cb1e1dcc8c084a8a71a6dab25bc029f926433f73 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 15 Sep 2020 23:51:44 +0200 Subject: Include filetag in position index --- org-fc.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org-fc.el b/org-fc.el index 9ccd448..a38d7f5 100644 --- a/org-fc.el +++ b/org-fc.el @@ -1211,6 +1211,10 @@ element." (mapcar (lambda (pos) (list + ;; FIXME: This is rather inelegant + :filetitle + (unless (member "notitle" (plist-get card :tags)) + (plist-get card :filetitle)) :path (plist-get card :path) :id (plist-get card :id) :type (plist-get card :type) -- cgit v1.2.3