Hello,

Thanks for your patch. Here are a few comments.

Aaron Ecay <aarone...@gmail.com> writes:

> +(require 'cl-lib)

This is not an option since Org has to support Emacsen older than 24.3.

> -      (add (remove-if (lambda (author) (string-match "others" author))
> -                   (remove-duplicates (apply #'append (col :authors))
> +      (add (cl-remove-if (lambda (author) (string-match "others" author))
> +                   (cl-remove-duplicates (apply #'append (col :authors))
>                                        :test #'string=)))

Here, we can use `org-remove-if' and `org-uniquify'.


Regards,

-- 
Nicolas Goaziou

Reply via email to