Hi Org List, I'm trying to style some ODT exports and having trouble. I'm following the examples here: http://orgmode.org/manual/Creating-one_002doff-styles.html#Creating-one_002doff-styles
This works: #+BEGIN_ODT <text:p text:style-name="Text_20_body_20_bold"> This paragraph is specially formatted and uses bold text. </text:p> #+END_ODT But this does not. Should it? #+MACRO: BEGIN_RC @@odt:<text:p text:style-name="Text_20_body_20_bold">@@ #+MACRO: END_RC @@odt:</text:p>@@ {{{BEGIN_RC}}} This paragraph is specially formatted and uses bold text. {{{END_RC}}} The text between the macros does not appear to be exported at all. Thanks, -k.