Hi there, I want to include the following in an org-mode buffer and be able to export it to LaTeX:
#+begin_src python :exports code
s[0]
#+end_src
The problem is that org-mode treats s[0] as a footnote reference and
produces LaTeX like this:
\begin{verbatim}
s\footnote{DEFINITION NOT FOUND: 0 }
\end{verbatim}
Is it possible to escape the square brackets?
Thanks,
Richard
