From 02b507b839205982f36e3b0ee455168ecda8cb51 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 17 Jun 2019 23:11:59 +0100 Subject: Add leitner robot test and fix --- robot/basic-run.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/basic-run.el') diff --git a/robot/basic-run.el b/robot/basic-run.el index 2059d7b..8ce4346 100644 --- a/robot/basic-run.el +++ b/robot/basic-run.el @@ -2,8 +2,8 @@ (load-file "org-drill.el") (defun org-drill-do-drill () - (copy "main-test.org" "main-test-copy.org") - (find "main-test-copy.org") + (copy "basic-run.org" "basic-run-copy.org") + (find "basic-run-copy.org") (org-drill) (set-buffer-modified-p nil) -- cgit v1.2.3