소스 검색

org-export-latex.el: fake change (test)

Bastien Guerry 17 년 전
부모
커밋
84d2d84099
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      org-export-latex.el

+ 1 - 1
org-export-latex.el

@@ -1117,8 +1117,8 @@ Regexps are those from `org-export-latex-special-string-regexps'."
 	      (if (match-string 2) "" (match-string 1)))) t t))
 
   ;; Delete @<...> constructs
-  (goto-char (point-min))
   ;; Thanks to Daniel Clemente for this regexp
+  (goto-char (point-min))
   (while (re-search-forward "@<\\(?:[^\"\n]\\|\".*\"\\)*?>" nil t)
     (replace-match ""))