From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: Org-drill and checking spelling Date: Sun, 10 May 2015 19:19:21 +0530 Message-ID: References: <87k2wga6xo.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrRc0-0007fM-2C for emacs-orgmode@gnu.org; Sun, 10 May 2015 09:49:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrRbz-0003ex-3i for emacs-orgmode@gnu.org; Sun, 10 May 2015 09:49:43 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:38723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrRby-0003er-Tn for emacs-orgmode@gnu.org; Sun, 10 May 2015 09:49:43 -0400 Received: by wiun10 with SMTP id n10so70594874wiu.1 for ; Sun, 10 May 2015 06:49:41 -0700 (PDT) In-Reply-To: <87k2wga6xo.fsf@mbork.pl> 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: Marcin Borkowski Cc: Org-Mode mailing list On Sun, May 10, 2015 at 7:08 PM, Marcin Borkowski wrote: > > I looked through org-drill docs and didn't find anything like that. > Maybe someone did it for themselves already? If not, I'll be happy to > code it. I assume that writing a suitable function in Elisp is > a question of 15 minutes at most. I don't know, however, where exactly > I should plug it. From a quick skim through org-drill.el, I assume that > either org-drill-entry (less probable) or org-drill-present-.* (more > probable) is the way to go. Am I right? I have a sort of a hack[1], that I implemented to allow me to add answers, to force me to actually do the drill instead of just assuming I know the answer and moving ahead. It is a hack, like I already mentioned, but can be modified to do what you want. Also, i would be interested to use this feature! [1] - http://punchagan.muse-amuse.in/posts/org-drill-for-making-it-stick.html -- Puneeth