I've used other themes that do this by default. I thought I could change my Reading Settings to display "full text", but it's already set to do that.
And unfortunately, I can't just modify category.php, because it doesn't actually contain the_exceprt() -- instead it calls thematic_categoryloop() , which is in
thematic/library/extensions/content-extensions.php .
This function offers an override -- childtheme_override_category_loop() -- but that doesn't seem the right solution to my problem. I don't want to kill the loop, just tweak it's behavior.
There's got to be something simple for this, right?