diff options
| author | eeeickythump <devnull@localhost> | 2011-07-01 09:18:25 +1200 |
|---|---|---|
| committer | eeeickythump <devnull@localhost> | 2011-07-01 09:18:25 +1200 |
| commit | 8618a532c78fbdc7becc0b3c34c3bb1a027d75cb (patch) | |
| tree | 4135b4f46b2ef014ba59129d199a2ed29d824304 /org-drill.org | |
| parent | ec7b5a0cf0961f4bff563d22083c328588721d75 (diff) | |
| download | org-drill-8618a532c78fbdc7becc0b3c34c3bb1a027d75cb.tar.gz org-drill-8618a532c78fbdc7becc0b3c34c3bb1a027d75cb.zip | |
- Improved progress bar while collecting due items. It is no longer able to overflow2.3.5
to multiple lines.
- Added documentation for 'org-drill-sm5-initial-interval'.
Diffstat (limited to 'org-drill.org')
| -rwxr-xr-x | org-drill.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org-drill.org b/org-drill.org index 0651e5f..b53ab2b 100755 --- a/org-drill.org +++ b/org-drill.org @@ -675,6 +675,20 @@ used. For the SM5 algorithm it will affect early repetitions only. It has no effect on the SM2 algorithm. +*** Adjusting the first interval (SM5 algorithm only) + + +In the SM5 algorithm, the initial interval after the first successful +presentation of an item is /always/ 4 days. If you wish to change this for some +reason, you can do so with: + +#+BEGIN_EXAMPLE +(setq org-drill-sm5-initial-interval 5.0) +#+END_EXAMPLE + +note that this will have no effect if you are not using the SM5 algorithm. + + *** Adjusting item difficulty globally |
