From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Crandall Subject: Re: org-e-html: Including ATTR_HTML: title="hover text" Date: Wed, 6 Jun 2012 19:59:20 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScSwX-0008Pd-5p for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScSwV-0002Fc-F3 for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:59:24 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:45391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScSwV-0002FG-4n for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:59:23 -0400 Received: by obbwd18 with SMTP id wd18so287620obb.0 for ; Wed, 06 Jun 2012 19:59:21 -0700 (PDT) In-Reply-To: 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: Nicolas Goaziou , Jambunathan K Cc: emacs-orgmode@gnu.org 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 ( org-mode ) that is really cool…

-------------------------------------------------- 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 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... > -------------------------------------------------- >