From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Eckl Subject: Html-Exporter Hanling images / links Date: Tue, 26 Mar 2013 16:36:42 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKVve-0001vG-NM for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 11:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKVvZ-0000Eu-UF for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 11:36:50 -0400 Received: from web22.dogado.de ([93.90.176.110]:35624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKVvZ-0000EY-MP for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 11:36:45 -0400 Received: from Robert-Eckls-iMac.local (p54990426.dip0.t-ipconnect.de [84.153.4.38]) by web22.dogado.de (Postfix) with ESMTP id 9EBAD56249AF for ; Tue, 26 Mar 2013 16:33:32 +0100 (CET) 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 Hi, with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some issues handling images and links: A Link [[http://www.mypage.de][description]] results in desription without any link. In the past i uses something like this: #+ATTR_HTML: alt="alt" title="title" align="right" width="100" [[http://www.mypage.de][http://www.mypage/path/image.jpg]] Some Text more text more text Now the ATTR_HTML line seems to be ignored, so the image is not at the right of the text but centered in an extra row. TIA, Robert