emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* odt macro export
@ 2016-08-05 12:33 Ken Mankoff
  2016-08-06  9:20 ` Christian Moe
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Mankoff @ 2016-08-05 12:33 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-06 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 12:33 odt macro export Ken Mankoff
2016-08-06  9:20 ` Christian Moe
2016-08-06 14:19   ` Ken Mankoff

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).