diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-21 22:38:12 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-21 22:38:34 +0100 |
| commit | 8c36f488e28e4e89e8b570b848b7cea411046c39 (patch) | |
| tree | 7d333c9e93d30928b24acb712d0eee515d7fcd7e /robot/spanish-run.el | |
| parent | 4daff57b8105fafd61fb3d84d40616db0fc6f73f (diff) | |
| download | org-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.tar.gz org-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.zip | |
Spanish card fixes and full test set
Diffstat (limited to 'robot/spanish-run.el')
| -rw-r--r-- | robot/spanish-run.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/robot/spanish-run.el b/robot/spanish-run.el new file mode 100644 index 0000000..124df49 --- /dev/null +++ b/robot/spanish-run.el @@ -0,0 +1,13 @@ +(load-file "robot/robot.el") +(load-file "org-drill.el") + +(copy "spanish-robot.org" "spanish-robot-copy.org") +(find "spanish-robot-copy.org") + +;; bump this up so we do everything +(setq org-drill-maximum-items-per-session 40) + +(org-drill) + + +(robot-check-cards-seen-and-die 15) |
