From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: Pass ahref in ATTR_HTML? Date: Sun, 5 Dec 2010 23:49:39 -0800 Message-ID: Reply-To: saptarshi.guha@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=35618 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPVpi-0006Ge-6e for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPVpg-0000xa-Rw for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:50:02 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPVpg-0000xL-MC for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:50:00 -0500 Received: by wwb17 with SMTP id 17so3850807wwb.30 for ; Sun, 05 Dec 2010 23:49:59 -0800 (PST) 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: emacs-orgmode@gnu.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Pass ahref in ATTR_HTML? Date: Mon, 06 Dec 2010 11:44:30 +0000 Message-ID: <877hfnjfc1.fsf@pinto.chemeng.ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPZUq-0004db-OL for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 06:44:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPZUp-0008G7-M0 for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 06:44:44 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:56328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPZUp-0008Dj-Hv for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 06:44:43 -0500 In-Reply-To: (Saptarshi Guha's message of "Sun, 5 Dec 2010 23:49:39 -0800") 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 Saptarshi Guha writes: > 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 This may not be the issue but shouldn't the quotes around the anchor reference be double quotes (") and not single quotes (') according to the HTML standard... -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.3 (release_7.3.211.g6388.dirty) 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 >