summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-04-24 23:49:31 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-04-24 23:49:31 +0200
commitbd32149e1100be781818f1f7bc9425b901c2f7ca (patch)
treed334e64f047c3d71cd109ae47361bc4595c7e60f
parent0fcd4dc99418db09f8723396c58dba5ad396b83b (diff)
org-fc-review: take first ordered card: memorization optimizationwip-algo-tn
-rw-r--r--org-fc-review.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-review.el b/org-fc-review.el
index 45d444b..ef3f679 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 2 (reverse (org-fc-index-positions cards)))))
+ (setq cards (take 1 (reverse (org-fc-index-positions cards)))))
(if (null cards)
(message "No cards due right now")
(progn