Hi Christian,
On 2016-08-06 at 09:20, Christian Moe wrote:
> #+begin_example
> #+MACRO: BEGIN_RC @@odt:@@
> #+MACRO: END_RC @@odt:@@
>
> {{{BEGIN_RC}}}This paragraph is specially formatted and uses bold
> text.{{{END_RC}}}
> #+end_example
>
> This should solve your use case. It does not pr
Ken Mankoff writes:
> This works:
>
> #+BEGIN_ODT
>
> This paragraph is specially formatted and uses bold text.
>
> #+END_ODT
>
> But this does not. Should it?
>
> #+MACRO: BEGIN_RC @@odt:@@
> #+MACRO: END_RC @@odt:@@
> {{{BEGIN_RC}}}
> This paragraph is specially formatted and uses bold text.