0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 12:46:27 +00:00

Fix parenthesis in org-latex.el

This commit is contained in:
Carsten Dominik 2009-07-02 23:09:34 +02:00
parent d19ebd84c3
commit 7a73b81208

View file

@ -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