Re: [O] [Bug] org-search-view "bad keyword argument"

2017-09-08 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Hi everyone, > > Commit 22e916fb369629606d919a0e4f33ec2954c87e04 results in the following > error when calling org-search-view: > > cl--delete-duplicates: Bad keyword argument (lambda (a b) (and > (file-exists-p a) (file-exists-p b) (file-equal-p a b))) Fixed. Thank

[O] [Bug] org-search-view "bad keyword argument"

2017-09-08 Thread Matt Lundin
Hi everyone, Commit 22e916fb369629606d919a0e4f33ec2954c87e04 results in the following error when calling org-search-view: cl--delete-duplicates: Bad keyword argument (lambda (a b) (and (file-exists-p a) (file-exists-p b) (file-equal-p a b))) Best, Matt