The following query should select all organisations that are not in the excludedOrgs:
excludedOrgs
Organisation.findAll("from Organisation o where o not in elements(?)", [excludedOrgs])