summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc-algo-tn.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/org-fc-algo-tn.el b/org-fc-algo-tn.el
index b6a23b5..903b1b9 100644
--- a/org-fc-algo-tn.el
+++ b/org-fc-algo-tn.el
@@ -38,10 +38,10 @@ EASE, BOX and INTERVAL are the current parameters of the card."
(defun org-fc-algo-tn-initial-review-data (position)
"Initial TN review data for POSITION."
(let
- ((box 0)
+ ((box 1)
(ease 100)
- (interval 0)
- (due (org-fc-timestamp-in 0)))
+ (interval 1.0)
+ (due (org-fc-timestamp-in 1.0)))
(list position ease box interval due)))
;;; Footer