[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] odt macro export
From: |
Ken Mankoff |
Subject: |
[O] odt macro export |
Date: |
Fri, 05 Aug 2016 08:33:02 -0400 |
User-agent: |
mu4e 0.9.17; emacs 25.1.1 |
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.
- [O] odt macro export,
Ken Mankoff <=