On 20/05/2024 08:57, Rustom Mody wrote:
I have my own Python environment called PYT.
#+BEGIN_PYT
contents
#+END_PYT
See `org-latex-custom-lang-environments' for #+begin_src python.
Rustom Mody writes:
> I have my own Python environment called PYT.
> #+BEGIN_PYT
> contents
> #+END_PYT
> generates
>
> \begin{PYT}
> org transcoded contents
> \end{PYT}
>
> But I dont want org transcoded contents but verbatim contents.
>
> Is there some way to tell org?
> 1. Translate the headli
I have my own Python environment called PYT.
#+BEGIN_PYT
contents
#+END_PYT
generates
\begin{PYT}
org transcoded contents
\end{PYT}
But I dont want org transcoded contents but verbatim contents.
Is there some way to tell org?
1. Translate the headlines as its doing
2. Leave the contents alone
I