diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-15 23:51:44 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-15 23:51:44 +0200 |
commit | cb1e1dcc8c084a8a71a6dab25bc029f926433f73 (patch) | |
tree | 7f64530b8600027e2741a6e092e1e415d60b77a0 /org-fc.el | |
parent | bd488b1fdeebb629d60cf7d71f3bff208b39835a (diff) |
Include filetag in position index
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |