emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"


From: William Crandall
Subject: Re: [O] org-e-html: Including ATTR_HTML: title="hover text"
Date: Wed, 6 Jun 2012 19:59:20 -0700

Also, any chance of getting (parentheses) around a link
WITH a title, but without ( extra spaces )?


Org input:

--------------------------------------------------
A paragraph about a new mode (
#+ATTR_HTML: title="Link hover text"
[[./orgmode][org-mode]]
) that is really cool...
--------------------------------------------------


M-x org-export h, generates:

--------------------------------------------------
A paragraph about a new mode (
<a href="./orgmode" title="Link hover text">org-mode</a>
) that is really cool&hellip;
</p>
--------------------------------------------------

which adds the title just fine,
but it renders: ( org-mode )
                 ^        ^
* Putting the opening parentheses at the start of
  the #+ATTR_HTML line kills it.

* Putting the closing parentheses at the end of
  the link line:  ]])  kills the title attribute.



It would be great, though perhaps tricky, for
org-e-html to be able to generate a titled link,
inside parentheses, WITHOUT extra spaces.

But that may be a bridge too far.

Thanks for giving it a try!

-BC

Org-mode: 7.8.11 (release_7.8.11-52-g451191)
Emacs: 24.1.50.1
Windows 7



On Wed, Jun 6, 2012 at 7:08 PM, William Crandall <address@hidden> wrote:
> Hello Jambunathan and Nicolas,
>
> If org-mode source text is:
>
> --------------------------------------------------
> A paragraph about
> #+ATTR_HTML: title="Link hover text"
> [[http://orgmode.org]]
> exalting new emacs mode...
> --------------------------------------------------
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]