Ver Fonte

Fix parenthesis in org-latex.el

Carsten Dominik há 16 anos atrás
pai
commit
7a73b81208
1 ficheiros alterados com 1 adições e 1 exclusões
  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