浏览代码

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 ""))