Re: [O] odt macro export

2016-08-06 Thread Ken Mankoff
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

Re: [O] odt macro export

2016-08-06 Thread Christian Moe
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

[O] odt macro export

2016-08-05 Thread Ken Mankoff
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 This paragraph is specially formatted and uses bold text. #+END_ODT But this