Nicolas Goaziou writes: > Hello, > > Arun Isaac writes: > >> On list elements of `org-publish-project-alist' with :base-extension any >> `org-publish-get-project-from-filename' fails with error >> (wrong-type-argument sequencep any). This is due to the `concat' call in >> `org-publish-get-project-from-filename' where it attempts to construct a >> regex by concatenating several strings together. When extension `x' is >> any (a symbol), this step fails. > > Fixed. Thank you. Perhaps, `org-publish-get-project-from-filename' can be rewritten without `catch' and `throw' using `cl-some' or `seq-some'. This is not a bug. But, it might help improve readability of the logic. Thanks, Arun Isaac.