From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-lrn Date: Sat, 22 Oct 2011 13:12:53 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHg41-0008SF-H5 for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHg40-0005Ul-5A for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:12:57 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:55264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHg3z-0005Ub-Sn for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:12:56 -0400 Received: by eye4 with SMTP id 4so5371497eye.0 for ; Sat, 22 Oct 2011 11:12:54 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johannes Hess Cc: emacs-orgmode@gnu.org On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess wrote: > I was trying out http://ankisrs.net/ and thought that it would be nicer, if > one could learn stuff from within emacs. > So I threw together https://github.com/warsus/org-lrn, which basically > implements the supermemo-2-algorithm > (http://www.supermemo.com/english/ol/sm2.htm) and stores everything in > org-file format, so it should be really easy to share and collaborate on > decks. Great concept. I do recall this coming up before. Would you be able to summarize differences between this and org-drill? --- Worg summary: http://orgmode.org/worg/org-contrib/org-drill.html --- Repo: https://bitbucket.org/eeeickythump/org-drill I've used Anki, but have not looked into org for these purposes, but would certainly consider it since I take a lot of notes in org for work and home learning. Great idea and way to take action on it! John > Also you can use the nice org-capture to really quickly add new entries (see > the example configfile). > It's probably not much more than a prototype and i'm a pretty busy, but > thought the concept was useful enough to post it. > >