From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Strey Subject: Re: Bug: Commit 2520fd654a65fe607a8ca726d7fc8fb5be07d258 breaking org-drill [8.3.3 (release_8.3.3-725-gdd15fe @ /usr/share/emacs/site-lisp/org/)] Date: Tue, 02 Feb 2016 22:18:58 +0100 Message-ID: <87a8ni6cal.fsf@strey.biz> References: <87egcvcke6.fsf@strey.biz> <87fuxbjbgj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQiLr-0007ft-AZ for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:19:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQiLo-0000Kp-5w for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:19:07 -0500 Received: from mx1.supremebox.com ([198.23.53.39]:57532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQiLn-0000Ke-V9 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:19:04 -0500 Received: from [77.5.251.87] (helo=localhost) by mx1.supremebox.com with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aQiLl-0006P1-8e for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 21:19:02 +0000 In-Reply-To: <87fuxbjbgj.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 02 Feb 2016 17:58:36 +0100") 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 On Di, 2016-02-02 at 17:58, Nicolas Goaziou wrote: [...] > Could you provide an ECM? Well, yes, maybe, but I would like to avoid this effort. After reverting the mentioned commit, org-drill is working like expected again and the function call: (org-make-tags-matcher "") evaluates to: ("" lambda (todo tags-list level) (and (member todo org-not-done-keywords) (and t t))) In HEAD it evaluates to: ("" lambda (todo tags-list level) (and (member todo org-not-done-keywords) nil)) Hope that helps. If not, I will go and make my homework with the ECM. Best regards -- Michael Strey http://www.strey.biz * https://twitter.com/michaelstrey