From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: ATTR_HTML for a clickable image, howto? Date: Sun, 01 Apr 2012 17:27:00 -0400 Message-ID: <86pqbrywgr.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SESIj-0004Pj-4N for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 17:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SESIh-0001fN-Gr for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 17:27:04 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:59585 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SESIh-0001dy-BJ for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 17:27:03 -0400 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, Org mode friends. I just got a slight difficulty for which some of you may have an advice. My source looks like this: --8<---------------cut here---------------start------------->8--- #+ATTR_HTML: align=3D"right" [[file:2011-06-04-gazou-passeport.png][file:2011-06-04-gazou-passeport-peti= t.jpg]] --8<---------------cut here---------------end--------------->8--- and once converted to HTML, yields (reformatted for legibility): --8<---------------cut here---------------start------------->8--- 3D"2011-06-04-gazou-passeport-petit.jpg"/ --8<---------------cut here---------------end--------------->8--- The ATTR_HTML details got applied to the tag while I wanted them to be on the tag. If I hand-edit the result so it is: --8<---------------cut here---------------start------------->8--- 3D"2011-06-04-gazou-passeport-petit.jpg" --8<---------------cut here---------------end--------------->8--- then I get the display I wanted. Is there a way for having #+ATTR_HTML to be applied to the inner tag instead of the outer one? Fran=C3=A7ois