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?

Thank you.


Regards,

-- 
Nicolas Goaziou

Reply via email to