Browse Source

Fix parenthesis in org-latex.el

Carsten Dominik 16 years ago
parent
commit
7a73b81208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
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