Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
14a81ef24b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

@@ -2251,7 +2251,7 @@ INDENT was the original indentation of the block."
 	      (setq rtn (org-export-number-lines rtn 'latex 0 0 num cont rpllbl fmt))
 	      (concat "\n#+BEGIN_LaTeX\n"
 		      (org-add-props (concat (car org-export-latex-verbatim-wrap)
-					     rtn (cdr org-export-LaTeX-verbatim-wrap))
+					     rtn (cdr org-export-latex-verbatim-wrap))
 			  '(org-protected t))
 		      "#+END_LaTeX\n\n"))
 	     ((eq backend 'ascii)