diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5aece42ee..c356f6f4c 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-03-03 Carsten Dominik + + * org-latex.el (org-export-latex-special-chars): Find subsequent + occurrences of special characters. + 2010-03-01 Carsten Dominik * org-list.el (org-toggle-checkbox): No errors when updating diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 03216a8b1..f663fa425 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1388,7 +1388,8 @@ See the `org-export-latex.el' code for a complete conversion table." (if (equal (match-string 1) "\\") (replace-match (match-string 2) t t) (replace-match (concat (match-string 1) "\\" - (match-string 2)) t t))) + (match-string 2)) t t) + (backward-char 1))) ((equal (match-string 2) "...") (replace-match (concat (match-string 1)