From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: [PATCH] Add feature to org-drill to auto pronounce word Date: Fri, 01 Feb 2019 12:07:49 +0000 Message-ID: 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]:57185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpXbz-0006Jo-B4 for emacs-orgmode@gnu.org; Fri, 01 Feb 2019 07:08:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpXby-0002YY-C7 for emacs-orgmode@gnu.org; Fri, 01 Feb 2019 07:07:59 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:39955) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpXby-0002XS-5p for emacs-orgmode@gnu.org; Fri, 01 Feb 2019 07:07:58 -0500 In-Reply-To: <87va24utdp.fsf@gmail.com> 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: numbchild@gmail.com, Nicolas Goaziou Cc: Paul Sexton , org-mode 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 Stig