Hi, I'm trying to use org-mode to export to HTML with the inclusion of some email addresses. For example, I have something like - please send an email to ([[mailto:someone@someplace][someone@someplace]]) but upon export this gets mangled into thinking it is a "file:" directive because the HTML looks like: - please send an email to (someone@someplace) In other words, the "mailto:" gets dropped in the export. I'm currently using org-mode version 7.01h with GNU Emacs 22.2.1. This issue is similar to the post found here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29376.html but to be honest I didn't fully understand how the problem was fixed in the patch. Chris