aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
Commit message (Expand)AuthorAgeFilesLines
* - Ignore cloze markings if they occur inside Org source blocks2.4.3Paul Sexton2014-11-091-14/+34
* Very overdue items are considered "lapsed" and are presented in the order they2.4.2eeeickythump2014-10-101-39/+75
* Check that org version is >= 7.9.3f (the 'org-schedule' function in older2.4.1eeeickythump2014-02-191-21/+43
* Fix the defcustom definitions and provide :tag property for choices"matus goljer2013-11-211-6/+10
* Added ability to define arbitrary left and right cloze delimiters (strings),eeeickythump2013-11-091-18/+51
* Fixed: org-drill-strip-all-data now works again (was using obsolete arguments2.3.8eeeickythump2013-08-251-11/+20
* Any LaTeX math fragments in an item will now be rendered inline (if possible)eeeickythump2013-08-141-36/+26
* Fixed bug with scheduling failed cards, caused by changes to 'org-schedule' ineeeickythump2013-05-211-2/+2
* New global variable 'org-drill-match'. Now possible to specify a tags/property/eeeickythump2013-03-051-37/+58
* Hide entry drawers when showing answers for verb conjugation and nouneeeickythump2013-02-251-0/+2
* Contents of entry drawers are now hidden while displaying answers.eeeickythump2013-02-251-0/+99
* Changed permissions on some files.eeeickythump2012-09-051-0/+0
* Entries in 'org-drill-card-type-alist' can now take a fourth argument, 'drill...eeeickythump2012-09-051-64/+105
* The string which separates a hint from the rest of the contents of a cloze iseeeickythump2012-08-031-94/+104
* Go back to using org-save-outline-visibility instead of org-drill-save-visibi...eeeickythump2012-05-061-50/+35
* Wrapped all calls to 'org-display-inline-images' in 'ignore-errors', to preventeeeickythump2012-02-061-8/+16
* - Fixes to try and force display of images during drill sessions.eeeickythump2011-11-191-40/+128
* - Improved progress bar while collecting due items. It is no longer able to o...2.3.5eeeickythump2011-07-011-4/+16
* New option: org-drill-sm5-initial-interval. Allows users of SM5 algorithm to ...2.3.4eeeickythump2011-06-101-39/+129
* Oops! some some nasty discrepancies have now been fixed.(something went wrong2.3.3eeeickythump2011-05-251-2/+17
* Cloze text is now correctly identified in items whose bodies contain [[bracke...eeeickythump2011-05-251-65/+80
* - New card types: show2cloze, hide1_firstmore, show1_firstless, show1_lastmor...eeeickythump2011-05-201-150/+419
* New file-safe user variable: org-drill-scope. Allows customisation of the sco...eeeickythump2011-05-121-19/+57
* Don't warn about a high percentage of failed items when the number of testedeeeickythump2011-05-111-2/+3
* Tiny fix to org-drill-map-entries.eeeickythump2011-05-111-1/+1
* - Speed up stripping scheduling data if scope is the current buffer (default).2.3.1eeeickythump2011-05-111-38/+32
* - All drill items now receive unique IDs (using the org-id module). This allows2.3eeeickythump2011-05-101-205/+479
* - Added new example card types, more useful than 'spanish_verb':2.2eeeickythump2011-04-301-115/+416
* - 'multicloze' card type renamed to 'hide1cloze' (though 'multicloze' iseeeickythump2011-04-221-60/+144
* - At the end of a drill session, when re-presenting items that were failedeeeickythump2011-04-161-5/+13
* - More robust handling of the situation where we resume a drill session but2.1.1eeeickythump2011-04-151-53/+86
* - Can now resume drill sessions after exiting with (e)dit or (q)uit commands!2.1eeeickythump2011-04-131-151/+324
* Many changes:2.0eeeickythump2011-04-081-193/+526
* - New option: org-drill-hide-item-headings-p. If non-nil, item headings will ...eeeickythump2011-04-041-29/+76
* - Hide comments (#...) in items during drill sessions.eeeickythump2011-03-271-93/+131
* Bug fix: when drill sessions span more than one file, display items in the ot...1.6eeeickythump2011-03-091-3/+3
* Improved key input during drill sessions. Once the answer is revealed, it is ...eeeickythump2011-03-071-13/+37
* Fixed bug causing items to sometimes appear multiple times during a single dr...1.5eeeickythump2011-02-021-38/+65
* * Documentation added for multicloze cards and cram mode.1.4eeeickythump2010-09-171-4/+14
* * New command: 'M-x org-drill-cram'. "Cram Mode" is the same as an ordinary d...eeeickythump2010-09-171-103/+233
* Added ability to skip cards during review (answer is not shown).eeeickythump2010-09-081-11/+19
* Separate counts of pending new, old, and failed items are displayed in custom...1.3eeeickythump2010-09-041-118/+302
* Allow editing and tag-editing when prompted for recall quality.eeeickythump2010-09-021-85/+122
* Added implementation of SM2 algorithm.1.1eeeickythump2010-08-261-18/+219
* Added README with more detailed documentation.1.0eeeickythump2010-08-221-112/+240
* Minor change to docs.eeeickythump2010-08-121-1/+1
* Added special card type for spanish verbs, to demonstrate custom card types.eeeickythump2010-08-011-42/+130
* First commiteeeickythump2010-08-011-0/+358