aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v2.7.02.7.0Phillip Lord2020-02-161-1/+1
|
* Remove interactive from org-drill-entry-fPhillip Lord2020-02-161-1/+0
|
* Merge branch 'master' into 'master'Phillip Lord2020-02-161-1/+1
|\ | | | | | | | | | | Fix typo "Eaqch" to "Each" See merge request phillord/org-drill!8
| * Fix typo "Eaqch" to "Each"James Miller2020-01-181-1/+1
|/
* Merge branch 'fix/latex-overlays' into 'master'Phillip Lord2019-12-191-2/+8
|\ | | | | | | | | | | Show LaTex overlays after clearing them See merge request phillord/org-drill!7
| * Merge branch 'master' into 'fix/latex-overlays'Phillip Lord2019-12-191-1/+1
| |\ | |/ |/| | | | | # Conflicts: # org-drill.el
* | Merge branch 'fix/show-latex-fragments' into 'master'Phillip Lord2019-12-191-1/+1
|\ \ | | | | | | | | | | | | | | | fix argument passed to now obsoleted org-toggle-latex-fragment See merge request phillord/org-drill!6
| * | fix argument passed to now obsoleted org-toggle-latex-fragmentDarrell Overbay2019-08-071-1/+1
|/ / | | | | | | | | | | The interpretation of the argument to org-toggle-latex-fragment changed when it was aliased to org-latex-preview. Regardless, '(16) should work for either version
| * Show latex overlays in simple card's answerMark Skilbeck2019-10-181-0/+7
| |
| * Do not remove overlays after finishing cardMark Skilbeck2019-10-181-2/+1
| |
| * Show LaTex overlays after clearing themMark Skilbeck2019-10-161-1/+1
|/
* Fix org-get-tags compatabilityPhillip Lord2019-07-271-1/+3
| | | | | | The <9.2 compatability advice was working incorrectly by calling `org-get-tags` which prior to 9.2 returned only local tags. This now calls `org-get-tags-at` which seems to work.
* Remove obsolete org-drill-optimal-factor-matrixPhillip Lord2019-07-271-17/+0
|
* Update documentationPhillip Lord2019-07-271-6/+7
|
* Update documentationPhillip Lord2019-07-271-44/+45
|
* Update documentation.Phillip Lord2019-07-271-1/+15
|
* Update documentationPhillip Lord2019-07-261-0/+2
|
* Fix copyright linePhillip Lord2019-07-221-1/+1
|
* Update documentationPhillip Lord2019-07-221-0/+13
|
* Merge branch 'patch-1' into 'master'Phillip Lord2019-07-221-1/+2
|\ | | | | | | | | | | Add blank line between authors in README See merge request phillord/org-drill!3
| * Add blank line between authors in READMEStig Brautaset2019-07-221-1/+2
|/
* Merge branch 'patch-3' into 'master'Phillip Lord2019-07-211-8/+4
|\ | | | | | | | | | | Update README's installation instructions See merge request phillord/org-drill!5
| * Update README's installation instructionsStig Brautaset2019-07-201-8/+4
| |
* | Merge branch 'patch-2' into 'master'Phillip Lord2019-07-211-1/+1
|\ \ | | | | | | | | | | | | | | | Fix typo in function name in README See merge request phillord/org-drill!4
| * | Fix typo in function name in READMEStig Brautaset2019-07-201-1/+1
| |/
* | Update documentationPhillip Lord2019-07-211-0/+2
| |
* | Merge branch 'fix/drill-matching' into 'master'Phillip Lord2019-07-213-7/+15
|\ \ | | | | | | | | | | | | | | | fix reversed member arguments See merge request phillord/org-drill!2
| * | fix reversed member argumentsDarrell Overbay2019-07-183-7/+15
| |/
* | All more README testsPhillip Lord2019-07-202-1/+66
| |
* | Update gitignore for generated filePhillip Lord2019-07-201-0/+1
| |
* | Update documentationPhillip Lord2019-07-201-5/+12
|/
* Update documentationPhillip Lord2019-07-131-2/+11
|
* Update documentationPhillip Lord2019-07-111-0/+5
|
* Update documentationPhillip Lord2019-07-111-0/+7
|
* Add documentationPhillip Lord2019-07-101-4/+9
|
* Remove org-drill-free-markerPhillip Lord2019-07-101-7/+4
| | | | This function saves no typing once namespaced
* Remove unused variablePhillip Lord2019-07-081-4/+2
|
* Ignore created elpa directoryPhillip Lord2019-07-081-0/+1
|
* Use persistPhillip Lord2019-07-083-25/+30
|
* Update variable documentationPhillip Lord2019-06-301-4/+11
|
* Regularize white spacePhillip Lord2019-06-301-166/+3
|
* Document explainerPhillip Lord2019-06-296-2/+178
|
* Regularize use of scopePhillip Lord2019-06-291-15/+19
|
* Fix promptPhillip Lord2019-06-291-1/+1
|
* Remove savehist dependencyPhillip Lord2019-06-251-13/+14
| | | | | savehist involves switching on a minor mode which does not seem optimal.
* Remove hi-lock dependencyPhillip Lord2019-06-251-2/+0
|
* package-lint cleaningPhillip Lord2019-06-251-25/+28
|
* Renamespace all macrosPhillip Lord2019-06-251-18/+18
|
* Re-namespace with-hidden-cloze-textPhillip Lord2019-06-251-6/+6
|
* Fix compatability call again!Phillip Lord2019-06-251-3/+2
|