From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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:59:33 +0100 Message-ID: <878u32eptm.fsf@nicolasgoaziou.fr> References: <87egcvcke6.fsf@strey.biz> <87fuxbjbgj.fsf@nicolasgoaziou.fr> <87a8ni6cal.fsf@strey.biz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQix7-00036V-HZ for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:57:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQix3-0000if-I6 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:57:37 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQix3-0000iS-Az for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:57:33 -0500 In-Reply-To: <87a8ni6cal.fsf@strey.biz> (Michael Strey's message of "Tue, 02 Feb 2016 22:18:58 +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: Michael Strey Cc: emacs-orgmode@gnu.org 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? Thank you. Regards, -- Nicolas Goaziou