From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: org-drill question Date: Fri, 11 Sep 2015 06:17:20 +0200 Message-ID: <87r3m5wpwv.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaFmP-0007u4-GK for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 00:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaFmM-0005uP-6i for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 00:17:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:39185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaFmM-0005tU-0q for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 00:17:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZaFmK-0002R0-DM for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 06:17:36 +0200 Received: from 37.160.196.77 ([37.160.196.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2015 06:17:36 +0200 Received: from j.cubizolles by 37.160.196.77 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2015 06:17:36 +0200 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: emacs-orgmode@gnu.org I'm trying to use org-drill for learning my new student's names along with their faces. I tried the following structure for the org file: --8<---------------cut here---------------start------------->8--- * Class ** Student :drill: [[file:3664_small.jpg]] *** Nom First name, Last name --8<---------------cut here---------------end--------------->8--- the jpg file is a photograph of the student. I want org-drill to submit the photograph then reveal the name. It works most of the time but sometimes nothing is submitted (no photograph) but with right org-drill minibuffer (counter and everything). What is wrong with the previous structure ? Julien.