From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Pass ahref in ATTR_HTML? Date: Mon, 06 Dec 2010 14:34:42 +0100 Message-ID: <4CFCE672.5070505@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55515 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPbBi-0004uT-Nv for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 08:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPbBh-0004Eg-P9 for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 08:33:06 -0500 Received: from mars.hitrost.net ([91.185.193.39]:32897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPbBh-0003wo-JC for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 08:33:05 -0500 In-Reply-To: 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: saptarshi.guha@gmail.com Cc: emacs-orgmode@gnu.org Try this (sans line wrap): #+CAPTION: Image obtained via FFound and Tumblr. Access it @here@ #+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered" [[./img/out-1.jpg]] The secret's in the @'s. Mind you, that's not passing a href in ATTR_HTML. Neither was your example. cm On 12/6/10 8:49 AM, Saptarshi Guha wrote: > Hello, > > One more question, the following did work in 6.33, I upgraded to 7.3 > and now the a href is not parsed and > the entire text appears > > #+CAPTION: Image obtained via FFound and Tumblr. Access it > #+CAPTION:here > #+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered" > [[./img/out-1.jpg]] > > > Something I've missed here? > > Regard > Joy > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >