emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Pass ahref in ATTR_HTML?
@ 2010-12-06  7:49 Saptarshi Guha
  2010-12-06 11:44 ` Eric S Fraga
  2010-12-06 13:34 ` Christian Moe
  0 siblings, 2 replies; 3+ messages in thread
From: Saptarshi Guha @ 2010-12-06  7:49 UTC (permalink / raw)
  To: emacs-orgmode

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: <a href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here</a>
#+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered"
[[./img/out-1.jpg]]


Something I've missed here?

Regard
Joy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pass ahref in ATTR_HTML?
  2010-12-06  7:49 Pass ahref in ATTR_HTML? Saptarshi Guha
@ 2010-12-06 11:44 ` Eric S Fraga
  2010-12-06 13:34 ` Christian Moe
  1 sibling, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2010-12-06 11:44 UTC (permalink / raw)
  To: saptarshi.guha; +Cc: emacs-orgmode

Saptarshi Guha <saptarshi.guha@gmail.com> 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: <a href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here</a>
> #+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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pass ahref in ATTR_HTML?
  2010-12-06  7:49 Pass ahref in ATTR_HTML? Saptarshi Guha
  2010-12-06 11:44 ` Eric S Fraga
@ 2010-12-06 13:34 ` Christian Moe
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Moe @ 2010-12-06 13:34 UTC (permalink / raw)
  To: saptarshi.guha; +Cc: emacs-orgmode


Try this (sans line wrap):

#+CAPTION: Image obtained via FFound and Tumblr. Access it @<a 
href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here@</a>
#+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:<a href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here</a>
> #+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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-06 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-06  7:49 Pass ahref in ATTR_HTML? Saptarshi Guha
2010-12-06 11:44 ` Eric S Fraga
2010-12-06 13:34 ` Christian Moe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).