From 14a81ef24b3bb3e4ef4d93a6a1900b2e7d795970 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 18 Jun 2009 23:12:53 +0200 Subject: [PATCH] Fix typo. --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 925ee7d61..9758966a9 100644 --- a/lisp/org-exp.el +++ b/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) -- 2.11.4.GIT