Is it possible to create notes via the package todonotes in a displayed math environment? Here is a minimal example where it fails:
\documentclass{minimal}
\usepackage{todonotes}
\begin{document}
\[
\todo{think about it twice}foo = bar
\]
\end{document}
Anyone an idea?
