add_filter('option_rss_use_excerpt',function($v){return false;});
add_filter('the_excerpt_rss',function($output){return get_the_content_feed('rss2');});

プログラムのメモとか日常のこととか
add_filter('option_rss_use_excerpt',function($v){return false;});
add_filter('the_excerpt_rss',function($output){return get_the_content_feed('rss2');});