#+AUTHOR: Leo Butler #+TITLE: Bug in processing underscores in links #+OPTIONS: toc:nil num:nil * Description The link =[[mailto:ex_ample@ex.com][ex_ample]]= is expected to export to =\href{mailto:ex_ample@ex.com}{ex_ample}= but instead, we get [[mailto:ex_ample@ex.com][ex_ample]] exports to (in latex): =\href{mailto:ex\_ample@ex.com}{ex\textsubscript{ample}}= Note that a similar issue is seen with the HTML export. * Reproduction Export this file: =C-c C-e l p=.