(load-file "robot/robot.el") (load-file "org-drill.el") (defun org-drill-do-drill () (copy-file "robot/main-test.org" "robot/main-test-copy.org" t) (find-file "robot/main-test-copy.org") (org-drill) (set-buffer-modified-p nil) (kill-buffer)) (org-drill-do-drill) (message "First drill complete") (setq org-drill-presentation-prompt-with-typing t) (org-drill-do-drill) (robot-check-cards-seen-and-die 6)