diff options
-rw-r--r-- | org-fc-dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el index e92dfa2..369eed4 100644 --- a/org-fc-dashboard.el +++ b/org-fc-dashboard.el @@ -108,7 +108,7 @@ (:type-cloze . "Cloze"))) (insert (format " %6d %s\n" - (plist-get cards-stats (car position)) + (or (plist-get cards-stats (car position)) 0) (cdr position)))) (insert "\n") |