From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Confused about inline html images Date: Thu, 31 Jan 2013 10:45:30 +0100 Message-ID: <87halxpq5g.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0rz7-0005yZ-QF for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:07:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0rz6-0007vV-4f for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:07:13 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:53170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0rz5-0007vF-Ul for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:07:12 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn14so4645200wib.10 for ; Thu, 31 Jan 2013 03:07:11 -0800 (PST) In-Reply-To: (John Hendy's message of "Sun, 13 Jan 2013 13:54:07 -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: > Still one issue: it's applying the attr_html to the wrong bit. Here's > the resultant export output: > > #+attr_html: width="400px" > [[http://path/to/file.jpg][http://path/to/file.jpg]] > > becomes: > > src="http://path/to/file.jpg" alt="file.jpg"/> Yes, that's wrong. I fixed this. Thanks for reporting it! -- Bastien