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 17:12:40 +0100 Message-ID: References: <871ub3o6mn.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK9za-0003I4-Gl for Emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK9zZ-0001D3-9O for Emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:11:26 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:35996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK9zZ-0001Cp-3V for Emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:11:25 -0400 In-reply-to: <871ub3o6mn.fsf@bzg.ath.cx> 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: Bastien Cc: Emacs-orgmode@gnu.org Hi, Bastien, Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). Yours, Christian Bastien writes: > Hi Christian, > > Christian Moe writes: > >> Paragraphs currently break around ODT annotations when they >> shouldn't. Annotations are a useful feature of the ODT exporter: >> >> There is an annotation by the original author here >> #+BEGIN_ANNOTATION >> I never meant to break this paragraph. >> #+END_ANNOTATION >> in the middle of the paragraph. >> >> The expected result would be one paragraph, with the annotation >> displayed as a comment in the page margin, anchored after the word >> "here". >> >> The new exporter adds paragraph breaks around the anchor for the >> marginal comment. > > Fixed, thanks.