pandoc --listings -t latex bug2.org \hypertarget{buggy}{%\section{Buggy}\label{buggy}} This bug is special. It exists for listings only.\begin{lstlisting}[language=Fortran, exports=both] program bug write(*,*)"I am buggy with listings because I have header args" end program bug\end{...