On Di, 2016-02-02 at 22:59, Nicolas Goaziou wrote:
> Hello,
>
> Michael Strey <mst...@strey.biz> 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

Reply via email to