summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc.el')
-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)