Hi John,

John Kitchin <jkitc...@andrew.cmu.edu> writes:

>   ("references"
>  :base-directory "/Users/jkitchin/2020/01/26/org-files/"
>  :exclude "org"
>  :include ("c.org")
>  :publishing-directory "docs"
>  :publishing-function ox-manuscript-publish-references)
>
> This seems to ignore all org files, except the one I included, and on
> that one it runs the special publishing-function.
>
> Is the version above preferable to:
>
>   ("references"
>  :base-directory "/Users/jkitchin/2020/01/26/org-files/"
>  :base-extension "[^.*]"
>  :include ("c.org")
>  :publishing-directory "docs"
>  :publishing-function ox-manuscript-publish-references)
>
> They both seem to work.

I'd say the first one is more readable.

If you find a place in the documentation where we could explicit the
interactions between :exclude, :include and :base-extension please go
ahead!

Thanks,

-- 
 Bastien

Reply via email to