summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-15 23:51:44 +0200
committerLeon Rische <leon.rische@me.com>2020-09-15 23:51:44 +0200
commitcb1e1dcc8c084a8a71a6dab25bc029f926433f73 (patch)
tree7f64530b8600027e2741a6e092e1e415d60b77a0
parentbd488b1fdeebb629d60cf7d71f3bff208b39835a (diff)
Include filetag in position index
-rw-r--r--org-fc.el4
1 files changed, 4 insertions, 0 deletions
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)