0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 08:46:26 +00:00

tweak to source-name LaTeX export

This commit is contained in:
Eric Schulte 2010-01-12 20:40:21 -07:00
parent c077142241
commit bb949518d2

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)