Hi emacs-orgmode, I'm trying to make a list of code snippets including double colons: - ~head :: tail~ - =head :: tail= - src_ocaml{head :: tail} But exporting to LaTeX fails: \item[{\textasciitilde{}head}] tail\textasciitilde{} \item[{=head}] tail= \item[{src\(_{\text{ocaml}}\)\{head}] tail\} How can I escape the '::'? Thanks!