[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [ox-odt, bug] Parsed title not allowed
From: |
Rasmus |
Subject: |
[O] [ox-odt, bug] Parsed title not allowed |
Date: |
Thu, 09 Apr 2015 18:57:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi,
Testing 105ec604c2491967, it turns out that
#+TITLE: *bold
#+TITLE: sentence*
fails with odt in the sense that no title is printed in LO. The reason
seems to be that <text:title>·</text:title> cannot hold child objects,
such bold spans
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1415376_253892949
This seems a bit absurd, but I also couldn't find a way of circumventing
it in LO.
Solutions could be:
1. Use special restrictions for TITLE in ox-odt.
2. Typeset the title not as a semantic title
(<text:title>·</text:title>) but just as text.
WDYT?
—Rasmus
--
Send from my Emacs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] [ox-odt, bug] Parsed title not allowed,
Rasmus <=