Re: [O] Bug: org-publish-get-project-from-filename raises (wrong-type-argument sequencep any)

2017-01-01 Thread Arun Isaac
>> 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. > > Done. Nice. Looks good. > Note that `seq-some' is not an option since we support

Re: [O] Bug: org-publish-get-project-from-filename raises (wrong-type-argument sequencep any)

2016-12-31 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > 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. Done. Note that `seq-some' is not an

Re: [O] Bug: org-publish-get-project-from-filename raises (wrong-type-argument sequencep any)

2016-12-29 Thread Arun Isaac
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

Re: [O] Bug: org-publish-get-project-from-filename raises (wrong-type-argument sequencep any)

2016-12-29 Thread Nicolas Goaziou
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 >

[O] Bug: org-publish-get-project-from-filename raises (wrong-type-argument sequencep any)

2016-12-29 Thread Arun Isaac
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