Nicolas Goaziou <n.goaz...@gmail.com> writes: > Bastien <b...@gnu.org> writes: > >> Yes, maybe there is a better fix. >> >> If you can find why you used \uline instead of \ul that will help >> spot possible problems with the current fix, of course. >> >> I'm not for getting rid of the problem before we can tell for sure >> why the current solution is wrong. > > This comes from commit 4fc03ec1fe23c6ddccffaa064a282b258ca8b6b8. > > See thread at: > > http://comments.gmane.org/gmane.emacs.orgmode/67741
Another possible fix is to (i) check if hyperref is being used, and (ii) escape using \texorpdfstring{\uline{SECTION}}{SECTION}. This also works with stuff like $\bm{\beta}$. Sometimes it also helps to pass the arguments 'unicode, psdextra' to hyperref, but it doesn't work in this case. -- ツ