Hi Christian, On 2016-08-06 at 09:20, Christian Moe <m...@christianmoe.com> wrote: > #+begin_example > #+MACRO: BEGIN_RC @@odt:<text:span text:style-name="Bold">@@ > #+MACRO: END_RC @@odt:</text:span>@@ > > {{{BEGIN_RC}}}This paragraph is specially formatted and uses bold > text.{{{END_RC}}} > #+end_example > > This should solve your use case. It does not provide a convenient > method if you want to affect paragraph-style properties rather than > character-style ones, though.
Yes that does work, but as you point out, a blank line within does not work: {{{BEGIN_RC}}} Foo Bar {{{END_RC}}} Anyway, I can work around this. Thanks, -k.