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: Wed, 03 Feb 2016 09:35:11 +0100 Message-ID: <8760y65gzk.fsf@strey.biz> References: <87egcvcke6.fsf@strey.biz> <87fuxbjbgj.fsf@nicolasgoaziou.fr> <87a8ni6cal.fsf@strey.biz> <878u32eptm.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQsuF-0006Gh-6e for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 03:35:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQsuC-00033A-1N for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 03:35:19 -0500 Received: from mx1.supremebox.com ([198.23.53.39]:46025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQsuB-00032x-Q6 for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 03:35:15 -0500 Received: from [93.132.187.19] (helo=localhost) by mx1.supremebox.com with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aQsu8-0001v7-Ta for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 08:35:14 +0000 In-Reply-To: <878u32eptm.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 02 Feb 2016 22:59:33 +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 22:59, Nicolas Goaziou wrote: > Hello, > > Michael Strey writes: > >> 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)) >> > Hopefully fixed in master. Could you confirm it? Yes, org-drill works again. Thank you! Best regards -- Michael Strey http://www.strey.biz * https://twitter.com/michaelstrey