diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 23:11:59 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 23:11:59 +0100 |
| commit | 02b507b839205982f36e3b0ee455168ecda8cb51 (patch) | |
| tree | 5ff8250a67cdcef7318f86b291a0a698f44f7ec1 /robot/basic-run.el | |
| parent | 01842209269e290676e38b764d23b408850cb747 (diff) | |
| download | org-drill-02b507b839205982f36e3b0ee455168ecda8cb51.tar.gz org-drill-02b507b839205982f36e3b0ee455168ecda8cb51.zip | |
Add leitner robot test and fix
Diffstat (limited to 'robot/basic-run.el')
| -rw-r--r-- | robot/basic-run.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
