WP_Query within save_post doesn’t include the item that triggered the action?

The trick is to call the hook “wp_insert_post“. But the post-type is not what you expect – post, page oder custom post type. It’s “revision”.

Now you can fire a WP_Query right after the post is saved in the database.