From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?TWFydGluIEfDvHJ0bGVy?= Subject: Re: Image collisions (was Re: ox-odt doesn't honor :anchor "page") Date: Tue, 30 Sep 2014 12:23:47 +0200 Message-ID: <542A84B3.8080507@gmx.de> References: <542A6827.5040302@gmx.de> 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]:40157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYubG-0007Tp-EU for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 06:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYub8-0006L5-2y for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 06:24:06 -0400 Received: from mout.gmx.net ([212.227.15.19]:65171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYub7-0006KN-Q3 for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 06:23:58 -0400 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: Christian Moe Cc: emacs-orgmode@gnu.org hi, Am 30.09.2014 um 11:30 schrieb Christian Moe: > > Martin Gürtler writes: > >> Hi, >> >> thanks for the fast response. >> >> Am 30.09.2014 um 09:58 schrieb Christian Moe: >>> >>> Confirmed, but it seems to be a documentation error, not a bug. >>> It works if you leave out the quotation marks: >>> #+ATTR_ODT: :anchor page >> >> This indeed helped. Unfortunately, it turns out that the anchoring is of limited >> use, because I get collisions (images at same position). Well, org-mode export >> is not LateX - there is probably no way to control that within the org mode file.. > > Not currently, as far as I'm aware. LibreOffice lacks Latex's ability to > decide for itself where best to place an image on the page, and Org-mode > shouldn't even try. > > It's no doubt technically possible to add a feature to specify image > coordinates in the ATTR_ODT line, but I don't know if there would be a > point. In very many cases, it will probably be easier to fix stuff > manually in LibreOffice afterwards than specifying coordinates in Org. True. Probably the cleanest solution is to stick to paragraph anchors and move images physically. Should be stable enough if there are enough forced page breaks, eg for each chapter. Thanks again, Martin --