From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Confused about inline html images Date: Thu, 07 Feb 2013 08:38:07 +0100 Message-ID: <871ucs5w8z.fsf@bzg.ath.cx> References: <87halxpq5g.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NQq-0004iH-KQ for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3NQp-0001Ug-2K for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:12 -0500 Received: from we-in-x022e.1e100.net ([2a00:1450:400c:c03::22e]:43092 helo=mail-we0-x22e.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NQo-0001UT-Ps for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:11 -0500 Received: by mail-we0-f174.google.com with SMTP id r6so1863798wey.33 for ; Thu, 07 Feb 2013 01:06:09 -0800 (PST) In-Reply-To: (John Hendy's message of "Wed, 6 Feb 2013 15:53:37 -0600") 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: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > #+attr_html: width="200px" > [[http://i.imgur.com/tladtBz.jpg][http://i.imgur.com/tladtBz.jpg]] This is not (and has never been) converted to a link, but to an image. Maybe a limitation that we can work on later on. The fix I pushed is about #+attr_html: width="200px" [[http://i.imgur.com/tladtBz.jpg][tladtBz.jpg]] where width="200px" was attributed to the instead of the image. HTH, -- Bastien