From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: New HTML exporter: Oddities with figure placement Date: Mon, 25 Feb 2013 17:55:52 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA2HM-0001k5-Lt for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 12:56:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA2HL-0000Da-MN for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 12:55:56 -0500 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:14581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA2HL-0000Cy-Gq for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 12:55:55 -0500 In-Reply-To: Content-Language: en-US Content-ID: 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" It seems that figure placement has changed in HTML files generated by the new (compared with the old) exporter. For example, here's a simple org file: --------- This is an org file [[file:figure.png]] * Abstract This is an abstract --------- When I export, all looks fine, except that the figure is centered (left to right) rather than being left-justified, which I could have sworn it used to be. Since I prefer left justification by default, I tried adding the line #+ATTR_HTML: align=3D"left" immediately before the figure link. Now when I export to HTML, the figure is left justified as I want, but the following text appears to the right of the figure, not below it, which isn't what I want. It seems odd that this would happen even when I have a blank line separating the figure link from the following text. Am I missing something? Thanks. Richard Stanton