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… </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 <bc3141...@gmail.com> 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... > -------------------------------------------------- >