Hi I have the latest git repo from a few minutes ago and I use the attached test file. When I do C-c C-e l Emacs sits there saying "Exporting to LaTeX...". I have to stop it with C-g. The debugger tells me the following: Debugger entered--Lisp error: (quit) replace-match("\\\\texttt{}" t) org-export-latex-keywords() org-export-latex-content(#("\n" 0 1 (fontified nil))) org-export-latex-first-lines(nil) org-export-as-latex(nil) call-interactively(org-export-as-latex) org-export(nil) call-interactively(org-export nil nil) If I first do a export as html (C-c C-e h) followed by a export to LaTeX (C-c C-e l) it works like a charm.