yep. that was it. thanks!
i got it working. added :
add_theme_support( 'post-formats', array(
'aside'
) );
to the theme’s setup and now it’s working like i want.
i’ve tweaked things so that ‘aside’ posts only show in a custom side-bar widget. i use it for posting links that i want to share but don’t really have any comment on.