I need to use WP_Query to loop through each category and list all posts in each category. Each category list would be an item in a larger list. As a note, when I say "list", that is not necessarily the formatting that the posts will displayed with when they are retrieved. It will more than likely be divs.
Categories must be listed in alphabetical order. Posts must be listed by date (most recent first) of revision, not publication. I must have the option to get additional data with each post, such as tags, excerpt, custom fields, etc.
What's the best way to do this?