From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [BUG] [ODT] Annotations break paragraphs Date: Mon, 25 Mar 2013 17:27:04 +0100 Message-ID: References: <871ub3o6mn.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAEc-0007FX-4p for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKAEZ-0006Te-MW for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:26:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:50845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAEZ-0006TW-H2 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:26:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UKAEu-0006Fw-SZ for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:27:16 +0100 Received: from p4fcf7de0.dip.t-dialin.net ([79.207.125.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 17:27:16 +0100 Received: from Stromeko by p4fcf7de0.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 17:27:16 +0100 In-Reply-To: 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 Am 25.03.2013 17:12, schrieb Christian Moe: > 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). It can't be fixed this way since annotations end the paragraph and whatever comes next is a new element. The ODT exporter gets two paragraphs and has no way of knowing that these should actually be exported as a single paragraph. Inline source blocks might work (i.e. src_ANNOTATION{...}), I don't know. -- Achim. (on the road :-)