From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Crandall Subject: org-e-html: Including ATTR_HTML: title="hover text" Date: Wed, 6 Jun 2012 19:08:10 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS91-00063v-ME for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:08:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScS8z-0000nh-Ta for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:08:15 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS8z-0000mp-Kh for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 22:08:13 -0400 Received: by obbwd18 with SMTP id wd18so218807obb.0 for ; Wed, 06 Jun 2012 19:08:11 -0700 (PDT) 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 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... -------------------------------------------------- "M-x org-export h" generates: --------------------------------------------------

A paragraph about http://orgmode.org exalting new emacs mode…

-------------------------------------------------- which is grand. "M-x org-export-dispatch h" generates: --------------------------------------------------

A paragraph about

http://orgmode.org exalting new emacs mode…

-------------------------------------------------- which is less grand. I see two needed fixes, reading http://orgmode.org/org.html#Links-in-HTML-export 1. A new

should not be inserted before lines starting #+ATTR_HTML. 2. The title attribute needs to go into the link. Thanks again! -BC Org-mode: 7.8.11 (release_7.8.11-52-g451191) Emacs: 24.1.50.1 Windows 7