Turn off tables and apply the USERTEXT style element. Specifying TABLES_OFF="USERTEXT", applies the USERTEXT style to the text being output.


ods tagsets.rtf options(TABLES_OFF='usertext' );
ods tagsets.rtf text="TEXT is not placed in a table (table is removed when 
style element is specified)" ;