Without any idea what I'm doing, I just searched for verbatim. The "\n\n" in org-export-latex-fixed-width http://pastebin.com/CzkB4thP looked suspecious, so I deleted one: - (insert "\\end{verbatim}\n\n")) # (insert "\\end{verbatim}\n"))
It works like I want it to now, but this seemed too easy, i wonder what I broke by doing this :P Best, Maik