From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add feature to org-drill to auto pronounce word Date: Sun, 03 Feb 2019 14:52:11 +0100 Message-ID: <87h8dlasj8.fsf@nicolasgoaziou.fr> References: <87r2dmmd8g.fsf@gmail.com> <87a7jqdtep.fsf@gmail.com> <87k1iry7e6.fsf@nicolasgoaziou.fr> <87womqhl0a.fsf@gmail.com> <87sgxdx0ni.fsf@nicolasgoaziou.fr> <87h8drkaql.fsf@gmail.com> <87munherim.fsf@nicolasgoaziou.fr> <87va24utdp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqICA-0001BE-MA for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 08:52:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqIC8-0000Wc-B9 for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 08:52:26 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:47523) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqIC7-0000Rw-It for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 08:52:24 -0500 In-Reply-To: (Stig Brautaset's message of "Fri, 01 Feb 2019 12:07:49 +0000") 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" To: Stig Brautaset Cc: Paul Sexton , org-mode Hello, Stig Brautaset writes: > stardiviner writes: > > [...] > >> @@ -1486,7 +1521,7 @@ the current topic." >> (funcall test)) >> (hide-subtree)) >> (push (point) drill-sections))) >> - "" 'tree)) >> + nil 'tree)) >> (reverse drill-sections))) > > Could we have this part of the patch applied separately? org-drill on > Org 9.2 doesn't work for me without it. Other people have this problem > too, as I found a reference to this fix here: > https://emacs.stackexchange.com/a/46961/10625 I applied the whole thing (the fix plus the feature). Thank you. Regards, -- Nicolas Goaziou