Browse Source

* org-html.el (org-export-as-html): fix export of email.

Bastien Guerry 14 years ago
parent
commit
76a8c2bb17
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org-html.el

+ 1 - 2
lisp/org-html.el

@@ -1731,8 +1731,7 @@ lang=\"%s\" xml:lang=\"%s\">
 		   (when (and (plist-get opt-plist :author-info) author)
 		       (insert "<p class=\"author\">" (nth 1 lang-words) ": " author "</p>\n"))
 		   (when (and (plist-get opt-plist :email-info) email)
-		     (insert "<p class=\"email\"><a href=\"mailto:" 
-			     email "\">&lt;" email "&gt;</p>\n"))
+		     (insert "<p class=\"email\">" email "</p>\n"))
 		   (when (plist-get opt-plist :creator-info)
 		     (insert "<p class=\"creator\">"
 			     (concat "Org version " org-version " with Emacs version "