I tried that. This is currently what is in there:
query_posts(‘orderby=date&order=DESC’)
It shows the most recent posts, but when I add cat=3 to that nothing changes. See, I want to show the most recent posts from all categories on the main index, but when someone goes to one of the category pages, I would like to show the most recent posts from that category. Thanks for your help. Any other ideas?