From 7a73b81208457e3a1d15b403af798b69afc09ee5 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 2 Jul 2009 23:09:34 +0200 Subject: [PATCH] Fix parenthesis in org-latex.el --- lisp/org-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index dbdad7004..444433bb2 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1549,7 +1549,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER." (point-at-eol)))) (if end (add-text-properties start end '(org-protected t)) - (goto-char (point-at-eol)))))) + (goto-char (point-at-eol))))) ;; Preserve math snippets -- 2.11.4.GIT