[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] odt macro export
From: |
Ken Mankoff |
Subject: |
Re: [O] odt macro export |
Date: |
Sat, 06 Aug 2016 07:19:10 -0700 |
User-agent: |
mu4e 0.9.17; emacs 25.1.1 |
Hi Christian,
On 2016-08-06 at 09:20, Christian Moe <address@hidden> 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.