From mboxrd@z Thu Jan 1 00:00:00 1970 From: tftorrey@tftorrey.com (T.F. Torrey) Subject: Bug: New HTML exporter incorrect attributes Date: Fri, 22 Feb 2013 15:23:20 -0700 Message-ID: <878v6g9eef.fsf@lapcat.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U912o-0006dF-GK for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 17:24:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U912P-0006Qn-WB for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 17:24:42 -0500 Received: from mail-da0-f49.google.com ([209.85.210.49]:49603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U912P-0006QJ-Op for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 17:24:17 -0500 Received: by mail-da0-f49.google.com with SMTP id t11so555041daj.8 for ; Fri, 22 Feb 2013 14:24:17 -0800 (PST) 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 Hello, Where attributes have been assigned to an image in a paragraph, the new exporter applies those attributes to both the image and a following link. For example, this: #+BEGIN_SRC org #+ATTR_HTML: width="10" alt=" [Cool thing] " [[file:cool_thing.jpg]] Cool thing found here [[http://example.com/][example.com]]. #+END_SRC is exported to this: #+BEGIN_HTML

 [Cool thing] Cool thing found here example.com.

#+END_HTML Emacs : GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2012-12-24 on menkib, modified by Debian Package: Org-mode version 7.9.3e (7.9.3e-1173-g14df16 @ /home/tftorrey/.emacs.d/elisp/org/lisp/) Best regards, Terry -- T.F. Torrey