I currently have 2 'layouts' for articles in my Joomla 2.5 install
default.php
default_links.php
feature_link.php
feature_link.php
which work as intended when each is selected in the 'Edit Article' screen of the 'Article Manager' under 'Alternative Layouts'.
However, I'd like articles in a certain category to automatically display using one layout, and all other articles to display using the other.
I see you can select 'Alternative Layout' under the 'Category Manager', but this specifies the layout in 'Category' view of 'com_content' (as opposed to the layout of the articles WITHIN that category).
I've also taken a look through the 'Article Options' available as parameters when creating a 'Category Blog' menu item, however frustratingly you can't override or specify 'Alternative Layout' here - which would seem like the most obvious place.
TL;DR; - can I configure Joomla to set article-level layout based on the category of that article ?