From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: [org-drill] understand description-lists Date: Tue, 25 Nov 2014 19:36:53 +0530 Message-ID: References: <87r3wr7c2c.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtGm1-0008SE-Uf for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 09:07:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtGlv-0006Oa-Al for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 09:07:21 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:63973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtGlv-0006Nx-3b for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 09:07:15 -0500 Received: by mail-wg0-f41.google.com with SMTP id y19so952577wgg.14 for ; Tue, 25 Nov 2014 06:07:13 -0800 (PST) In-Reply-To: <87r3wr7c2c.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode On Tue, Nov 25, 2014 at 4:59 PM, Rasmus wrote: > Hi, > > I would like to use org-drill to train my Spanish vocabulary. However, > it's essential that I can also export my file for "offline-review". I > don't want to maintain two files. I like to organize my file like this: > > *** Days > - lunes :: Monday > - martes :: Tuesday > - mi=C3=A9rcoles :: Wednesday > - jueves :: Thursday > - viernes :: Friday > - s=C3=A1bado :: Saturday > - domingo :: Sunday > > Is it possible to have org-drill realize that each side of the > description item is a side of a card, and that the closest headline is a > topic? org-drill sets properties on each drill headline, to keep track of your progress while learning that item. So, I'm not sure it would be easy to do without maintaining two files. One idea could be to have a function that creates (and updates/merges) an org-drill file from the normal file that you use for export. org-drill ships with functions [1] for merging two drill files/buffers. Paul, the author of org-drill, may have better ideas, though. [1] - http://orgmode.org/worg/org-contrib/org-drill.html#sec-11 --=20 Puneeth