aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Port to cl-libPhillip Lord2019-06-144-141/+140
|
* Remove org-learn as a separate packagePhillip Lord2019-06-134-182/+23
|
* Removed generated filePhillip Lord2019-06-132-48/+1
|
* Add robotized testPhillip Lord2019-06-126-0/+146
|
* Update gitignorePhillip Lord2019-06-081-1/+2
|
* Update gitignorePhillip Lord2019-06-081-1/+2
|
* Remove generated filePhillip Lord2019-06-082-1604/+1
|
* Add count entries testPhillip Lord2019-06-082-0/+25
|
* Add interactive test functionsPhillip Lord2019-06-081-0/+36
|
* Update load-test namePhillip Lord2019-06-081-1/+1
|
* Add gitlab-ci.ymlPhillip Lord2019-06-081-0/+5
|
* Dependency clean upsPhillip Lord2019-06-083-2/+7
|
* Add org-learnPhillip Lord2019-06-082-1/+178
|
* Enable cask testingPhillip Lord2019-06-027-45/+145
| | | | | | | - Update headers to standard - Add Makefile, Cask and docker scripts - Add test directory - .gitignore
* Explain status of forkforkPhillip Lord2019-06-021-7/+24
|
* Explain tags now inheritPhillip Lord2019-04-081-16/+31
| | | | | | | Previously, explanation tags were placed on the entry requiring an entry; now they are placed on the entry providing the explanation and inherited. It is also possible to provide multiple explanations at several levels.
* Add explain supportPhillip Lord2019-04-071-22/+90
| | | | | | It is now possible to add an :explain: tag to an item, which will display the body of the entry above the current. This allows adding a single explanation with any number of examples.
* Add leitner learningPhillip Lord2019-04-071-33/+323
|
* Add org-drill-cram-tree functionPhillip Lord2019-02-241-0/+6
|
* Merge fix/do-not-match-lockfilePhillip Lord2019-01-221-1/+1
|\
| * Fix matching of lock filesPhillip Lord2019-01-221-1/+1
| | | | | | | | | | org-drill-resume can fail because it matches lock files for files in the current directory. This prevents that matching.
* | Merge answer typingPhillip Lord2019-01-222-3/+138
|\ \
| * | Add support for typing in buffer inputphillord2019-01-152-3/+138
| |/
* / Fix org-drill-hide-subheadings-ifphillord2019-01-221-1/+1
|/
* SM2 algorithm should now actually work.b4forkPaul Sexton2016-11-131-0/+10
|
* Added tag 2.6.1 for changeset 586920548547Paul Sexton2016-03-310-0/+0
|
* Reinstated dependency on 'org-learn' library.2.6.1Paul Sexton2016-03-311-1/+2
|
* Added tag 2.6 for changeset f96493b0ba4aPaul Sexton2016-03-300-0/+0
|
* Updated version number in header.2.6Paul Sexton2016-03-301-1/+1
|
* Added new card type, "simpletyped". Instead of just pressing space to revealPaul Sexton2016-03-301-58/+118
| | | | | | | | | | | | | the answer, the user is prompted to type a text string followed by enter. This string is then displayed again when the user is rating his/her recall for the item. This card type might be useful when learning languages with difficult or irregular spelling. New presentation function, org-drill-presentation-prompt-for-string, which is used by the "simpletyped" card type. New variable, drill-typed-answer, which is set to the last text string typed by a user.
* Added tag 2.5.1 for changeset 7a8df02a7ffcPaul Sexton2016-03-030-0/+0
|
* Remove obsolete dependency on org-learn.2.5.1Paul Sexton2016-03-031-1/+0
|
* Added tag 2.5 for changeset 97921372f286Paul Sexton2016-03-010-0/+0
|
* New option 'org-drill-cloze-length-matches-hidden-text': If non-nil, when2.5Paul Sexton2016-03-011-27/+64
| | | | | | | | | | | | | | concealing cloze deletions, force the length of the ellipsis to match the length of the missing text. This may be useful to preserve the formatting in a displayed table, for example. Arguments to org-drill-presentation-prompt have changed. It now can take any of the following keyword arguments: - :prompt STRING - a string to use instead of the standard prompt. - :returns ALIST - a list of (char . symbol); the function will return the symbol if the corresponding character is pressed at the prompt. - :start-time TIME - the time the card started to be displayed. (Thanks to Bernard Hurley for contribution)
* Added tag 2.4.10 for changeset 2d622b26469cPaul Sexton2015-09-110-0/+0
|
* Update version in header to 2.4.10.2.4.10Paul Sexton2015-09-111-1/+1
|
* Merged in Fuco/org-drill/fix-input (pull request #3)Paul Sexton2015-09-111-2/+10
|\ | | | | | | Turn off input method while reading events
| * Turn off input method while reading events"matus goljer2015-09-091-2/+10
|/
* Added tag 2.4.9 for changeset 355c05642208Paul Sexton2015-09-030-0/+0
|
* Added new variable 'org-drill-item-count-includes-failed-items-p'. Default is2.4.9Paul Sexton2015-09-031-10/+24
| | | | | nil. If non-nil, both failed and successful items count towards the total number of items studied in a session. If nil, only successful items count.
* Added tag 2.4.8 for changeset 080a526cc34aPaul Sexton2015-08-200-0/+0
|
* During drills, pressing keys for quit, edit and skip now works again.2.4.8Paul Sexton2015-08-201-6/+6
|
* Added tag 2.4.7 for changeset 552ec7292154Paul Sexton2015-07-240-0/+0
|
* Undo previous version change to 2.5.0. The current version is 2.4.7.2.4.7Paul Sexton2015-07-240-0/+0
|\
| * Backout changeset 5d9b61ea5a181eb282e4069c17cbdf00e4325726Paul Sexton2015-07-240-0/+0
| |
* | You can now customise the keys for the 'quit', 'edit', 'tags', 'help' andPaul Sexton2015-07-241-17/+47
|/ | | | | | | 'skip' actions in drill sessions, by setting the values of the variables org-drill--quit-key and others. Pressing C-g during a drill session will abort the session.
* Added tag 2.5.0 for changeset 9b098bf2648dPaul Sexton2015-05-250-0/+0
|
* Persistence of the optimal factor matrix across application sessions is nowPaul Sexton2015-05-251-16/+36
| | | | accomplished via 'savehist' rather than 'customize'.
* Clarified that org-drill is licensed under GPL v3.Paul Sexton2015-05-111-0/+18
|
* Added tag 2.4.6 for changeset e7bb422d8cb1Paul Sexton2015-02-240-0/+0
|