#Emacs #OrgMode users: I use :exclude to skip files, BUT is there a way to skip entire directories? The Regex I put in :exclude does not omit directories (prevent recursion). I've also tried making the directories hidden (on Unix by starting the name with a '.') - still doesn't work.

Is there way to prevent org-publish from recursing into specific directories, but go ahead in general? I would like to be able to "prune the tree".

TIA.