From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BUG] [ODT] Annotations break paragraphs Date: Mon, 25 Mar 2013 22:12:07 +0100 Message-ID: References: <871ub3o6mn.fsf@bzg.ath.cx> <87ip4f9zqa.fsf@bzg.ath.cx> <87txnzxmta.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKEfM-0005o8-2c for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:10:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKEfK-00077j-Oe for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:10:51 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:45878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKEfK-00077M-C4 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:10:50 -0400 In-reply-to: <87txnzxmta.fsf@gmail.com> 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: Nicolas Goaziou Cc: Achim Gratz , emacs-orgmode@gnu.org Nicolas Goaziou writes: > I didn't look at the problem (nor at Bastien's solution): could someone > post the proper code that should be generated? Hi, I'll try. This Org code: A paragraph. #+begin_annotation An annotation. #+end_annotation Another paragraph. ...should result in this ODT XML snippet: A paragraph.Christian MoeAn annotation. Another paragraph. It should not close the first paragraph before the element, and it should not wrap that element in a paragraph of its own, as it did before this evening's fixes. But it should close the first paragraph with after the element, and it should open a new element for the second paragraph. The fixes I tested did not. Hope this made sense. Yours, Christian