diff options
-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) |