diff options
Diffstat (limited to 'org-fc-review.el')
-rw-r--r-- | org-fc-review.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-review.el b/org-fc-review.el index b4bd4a2..45d444b 100644 --- a/org-fc-review.el +++ b/org-fc-review.el @@ -104,7 +104,7 @@ Valid contexts: (cards (org-fc-index-filter-due index))) (if org-fc-shuffle-positions (setq cards (org-fc-index-shuffled-positions cards)) - (setq cards (take 10 (reverse (org-fc-index-positions cards))))) + (setq cards (take 2 (reverse (org-fc-index-positions cards))))) (if (null cards) (message "No cards due right now") (progn |