Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#FeedbackYour bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
Hello,
When publishing (with org-publish) I'd like to exclude a subdirectory :
in fact it is a symlink (named lib) to a directory outside of the tree to be
published
For example with this tree :
/media/DATA/
lib --> other directory
other pdf files
in org-publish-project-alist I tried
:exclude "lib$"
or :exclude ".*lib/.*"
org-publish-attachment correctly treats "other pdf files"
but also publish all pdf files contained in "other directory"
Thanks for your help