<feed xmlns='http://www.w3.org/2005/Atom'>
<title>org-drill/org-drill.el, branch 2.1</title>
<subtitle>Spaced-repetition flashcards for Org Mode
</subtitle>
<id>https://git.cjennings.net/org-drill/atom?h=2.1</id>
<link rel='self' href='https://git.cjennings.net/org-drill/atom?h=2.1'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/'/>
<updated>2011-04-12T23:31:30+00:00</updated>
<entry>
<title>- Can now resume drill sessions after exiting with (e)dit or (q)uit commands!</title>
<updated>2011-04-12T23:31:30+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-04-12T23:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=8b72dfbded08af1444a795c379d4bd588b2a8a3a'/>
<id>urn:sha1:8b72dfbded08af1444a795c379d4bd588b2a8a3a</id>
<content type='text'>
  Use 'M-x org-drill-resume'.
- Finessed the prioritisation of items during drill sessions.
  - We now present failed and OVERDUE items first. Overdue status is defined in days and
    has some leeway, defined by a new variable 'org-drill-overdue-interval-factor'.
  - Next we present YOUNG items (learned or relearned recently, so have short intervals).
    The definition of 'young' is via the variable 'org-drill-days-before-old'.
  - Finally we present a random mix of OLD items and NEW items.
- Final report gives info about counts of pending overdue, young, and old items.
- Timer shows '++:++' if &gt; 1 hour passes while reviewing an item.
</content>
</entry>
<entry>
<title>Many changes:</title>
<updated>2011-04-08T04:22:13+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-04-08T04:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=a222b4dfb486991960e9c12e3df90d518c81801a'/>
<id>urn:sha1:a222b4dfb486991960e9c12e3df90d518c81801a</id>
<content type='text'>
- Item drill data is stored in a clearer format, each value has its own property, the old 'org-learn'
  LEARN_DATA property has been dropped. Items that contain LEARN_DATA are silently rolled over to
  the new format.
- For SM5, matrix of optimal factors is now correctly *global* rather than per-item, and is saved
  between drill sessions as an emacs customization variable.
- We store interval data as floating point numbers rather than rounding to the nearest integer.
- New experimental algorithm: 'simple8', based on SuperMemo SM8.
- New options:
  - org-drill-forgetting-index: define the percentage of items that it is "acceptable" to fail.
    A warning message is shown after the drill session if more items than this were failed.
  - org-drill-learn-fraction: governs how fast time intervals increase with each successful
    repetition of an item.
  - org-drill-adjust-intervals-for-early-and-late-repetitions-p: if true, alter next scheduled date
    if an item is reviewed earlier or later than it was supposed to be.
- Almost all variables have been declared safe for file-local reassignment.
- We now ignore org-learn-always-reschedule, regarding it as always true.
- Post-session report now shows a count of dormant items (those not yet due for review).
</content>
</entry>
<entry>
<title>- New option: org-drill-hide-item-headings-p. If non-nil, item headings will be made</title>
<updated>2011-04-03T22:21:12+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-04-03T22:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=9ab44310d5d5e4d07e07bb83df3c6c994201afe1'/>
<id>urn:sha1:9ab44310d5d5e4d07e07bb83df3c6c994201afe1</id>
<content type='text'>
  invisible while each item is being tested.
- OF matrix entries are rounded to 3 decimal places.
- Item E-factors are not modified if the item is "failed" (in accordance with Dr Wozniak's description of
  the SM5 algorithm).
</content>
</entry>
<entry>
<title>- Hide comments (#...) in items during drill sessions.</title>
<updated>2011-03-27T03:55:46+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-27T03:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=5d4694dc3b746cf9d0a97856a47027cb1e88d1c9'/>
<id>urn:sha1:5d4694dc3b746cf9d0a97856a47027cb1e88d1c9</id>
<content type='text'>
- Fix bug where if a subheading was more than 1 level deeper than the tested item, and had no parent
  heading other than the item's heading, it would not be hidden during testing.
</content>
</entry>
<entry>
<title>Bug fix: when drill sessions span more than one file, display items in the other files correctly.</title>
<updated>2011-03-08T21:31:00+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-08T21:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=b431634c3ebe4998587d5a1a1f073d52ae5e2220'/>
<id>urn:sha1:b431634c3ebe4998587d5a1a1f073d52ae5e2220</id>
<content type='text'>
(Previously the only items which worked correctly were those in the buffer/file where org-drill was invoked.)
</content>
</entry>
<entry>
<title>Improved key input during drill sessions. Once the answer is revealed, it is now possible to navigate</title>
<updated>2011-03-06T22:11:03+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-06T22:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=5ebfe9c7171bc3c967151903be6d6c9d9c1100f7'/>
<id>urn:sha1:5ebfe9c7171bc3c967151903be6d6c9d9c1100f7</id>
<content type='text'>
within the topic using the cursor, PgUp/PgDn and mouse scroll wheel. This is sometimes necessary for
topics which do not fit entirely on one screen.
</content>
</entry>
<entry>
<title>Fixed bug causing items to sometimes appear multiple times during a single drill session.</title>
<updated>2011-02-02T00:25:54+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2011-02-02T00:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=2ba02542f80ea5b21081cd110931f5932ec63a87'/>
<id>urn:sha1:2ba02542f80ea5b21081cd110931f5932ec63a87</id>
<content type='text'>
Thanks to Milan Zamazal (pdm@zamazal.org) for this fix.
</content>
</entry>
<entry>
<title>* Documentation added for multicloze cards and cram mode.</title>
<updated>2010-09-17T00:13:40+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-17T00:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=0e2040ba7e03aa23dc76eecc5b1df1f3d14be0b3'/>
<id>urn:sha1:0e2040ba7e03aa23dc76eecc5b1df1f3d14be0b3</id>
<content type='text'>
* Multicloze card example added in 'spanish.org'.
</content>
</entry>
<entry>
<title>* New command: 'M-x org-drill-cram'. "Cram Mode" is the same as an ordinary drill session, except</title>
<updated>2010-09-16T21:31:51+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-16T21:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=9cb409a1ba2556072f82bcaba5331b72e6876aad'/>
<id>urn:sha1:9cb409a1ba2556072f82bcaba5331b72e6876aad</id>
<content type='text'>
  that ALL items are considered "due for review" unless they have been reviewed within the last
  few hours (the number of hours is configurable by setting 'org-drill-cram-hours'). This
  mode is intended for quickly revising a collection of drill items before a test.
* New card type: multicloze. Behaves the same as "simple" cards, but when there is more than one
  portion marked as cloze text, only ONE of the marked portions will be hidden during review
  (chosen at random) -- the rest will all be visible. This means that a sentence containing
  several facts can be easily turned into a drill item by marking each fact.
* During review, the count of "done" items is displayed.
* After rating your recall of an item, the number of days until its next review is briefly shown
  in the minibuffer.
* In org buffers, the "hint" portion of cloze text now has its own face.
</content>
</entry>
<entry>
<title>Added ability to skip cards during review (answer is not shown).</title>
<updated>2010-09-07T19:55:32+00:00</updated>
<author>
<name>eeeickythump</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-07T19:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/org-drill/commit/?id=7806c770d6af92f2e91afab837ac6bb908abfef8'/>
<id>urn:sha1:7806c770d6af92f2e91afab837ac6bb908abfef8</id>
<content type='text'>
Fixed bug that caused sessions to end with "ran out of drill items" error.
</content>
</entry>
</feed>
