From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: bug: images always inlined when exporting to HTML Date: Tue, 20 Jul 2010 08:07:14 +0200 Message-ID: References: <87zkxn9kg5.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ob5zD-0002Nm-Vc for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 02:07:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ob5zC-00052C-95 for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 02:07:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:57367) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ob5zC-00051y-2Y for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 02:07:26 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ob5zA-0002vZ-0w for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 08:07:24 +0200 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Jul 2010 08:07:24 +0200 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Jul 2010 08:07:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric S. Fraga wrote: > It would appear that the handling of images in HTML export has changed > sometime recently and does not match the documentation (12.5.5 Images > in HTML export). Specifically, whether a link to an image file has a > description or not is ignored and all my images are being inlined. > > Attached are a simple org file that illustrates the problem and the > resulting HTML. I think I'm up to date with org, although the > version number I get is a bit strange: > > : Org-mode version 7.01trans (release_6.36.718.g78ef) > : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) > : of 2010-05-16 on raven, modified by Debian Same behaviour here with a slightly different version (Org-mode version 7.01trans (release_6.36.714.g7a6e)). Even with `org-export-html-inline-images' set to nil, images are /always/ exported inline. Ulf