From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Ann] Updates to org-drill (org topics as interactive "flashcards" using spaced repetition) Date: Mon, 30 Aug 2010 09:30:11 +0200 Message-ID: <1A99466B-B789-4062-A7CE-E0E63E3214F0@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58417 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Opyot-0004gc-78 for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 03:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Opyor-0004e3-F7 for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 03:30:19 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:51072) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Opyor-0004dw-49 for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 03:30:17 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Sexton Cc: emacs-orgmode@gnu.org Hi paul, I have installed the new version. It might be useful if you increase teh version number with important changes - it still is 1.0 in the file. - Carsten On Aug 26, 2010, at 11:27 AM, Paul Sexton wrote: > Org-Drill has recently been added to the contrib directory of the > org repository. > > Latest version is in repository at: > http://bitbucket.org/eeeickythump/org-drill > > I have made a couple of major updates recently. Changelogs are below. > Reports of user experiences are welcome. > > Version 1.0 > Added README with more detailed documentation. > Items which are failed during session are presented again before the > session > ends. > Items which were failures at the last review session are presented > first in the > next session. > Added recognition of leech items, based on excessive number of > failures. > Leeches can be skipped or warned about. > When reviewing an item, the prompt shows the number of items > remaining. > When the session finishes, the minibuffer shows a brief report givisng > statistics about total time spent reviewing, number of cards that > still need review, etc. > Fixed the regexp for cloze-deleted text. > Optional face for cloze text in org mode buffers. > New card type: twosided. > > Version 1.1 > Added implementation of SM2 algorithm (now supports both SM2 and SM5). > Add option 'org-drill-spaced-repetition-algorithm': choose either > SM2 or SM5 > algorithm. > Add option 'org-drill-add-random-noise-to-intervals-p': randomly > vary repetition > intervals slightly, to avoid clumping. > Fixed a bug in org-learn's SM5 algorithm (intervals much too long). > Use overlays to display cloze deletions as '[...]' during reviews. > Cloze text can contain hints, which will visible during review. > Add option 'org-drill-failure-quality': customise which quality is > regarded as > unambiguous failure (1 or 2). > Expanded documentation, and added section on 'incremental reading', > with example > setup. > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten