From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [ox-odt, bug] Parsed title not allowed Date: Thu, 09 Apr 2015 18:57:12 +0200 Message-ID: <87r3rtdytz.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgFlw-0001LN-Cn for emacs-orgmode@gnu.org; Thu, 09 Apr 2015 12:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgFlq-0007IP-QN for emacs-orgmode@gnu.org; Thu, 09 Apr 2015 12:57:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:53028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgFlq-0007I3-JZ for emacs-orgmode@gnu.org; Thu, 09 Apr 2015 12:57:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YgFlc-0006ls-R8 for emacs-orgmode@gnu.org; Thu, 09 Apr 2015 18:57:24 +0200 Received: from tsn109-201-152-225.dyn.nltelcom.net ([109.201.152.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2015 18:57:24 +0200 Received: from rasmus by tsn109-201-152-225.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2015 18:57:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 · 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 (·) but just as text. WDYT? —Rasmus -- Send from my Emacs