Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Carsten Dominik 2010-01-14 19:42:40 +01:00
commit 2b45d655bb

View file

@ -2480,7 +2480,7 @@ INDENT was the original indentation of the block."
(format "\\lstset{language=%s}\n" lstlang))
"\n")
(when caption
(format "%s $\\equiv$ \n" caption))
(format "\n%s $\\equiv$ \n" caption))
"\\begin{lstlisting}\n"
rtn "\\end{lstlisting}\n")
(concat (car org-export-latex-verbatim-wrap)