Hello,

> The line
>
>   (sitemap-filename (concat root (or sitemap-filename "sitemap.org")))
>
> in ox-publish.el prevents the user from using an absolute path for the
> location of the sitemap. This is also not very good practice, because
> concatenation does not guarantee good pathnames. Instead it should read
>
>   (sitemap-filename (expand-file-name (or sitemap-filename
>                                                                               
>    "sitemap.org")
>                                                                           
> root))

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to