소스 검색

Minor fix

Carsten Dominik 15 년 전
부모
커밋
01c7498c5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-docbook.el

+ 1 - 1
lisp/org-docbook.el

@@ -1259,7 +1259,7 @@ string, don't modify these."
   (if org-export-with-sub-superscripts
       (setq s (org-export-docbook-convert-sub-super s)))
   (if org-export-with-TeX-macros
-      (let ((start 0) wd rep)
+      (let ((start 0) wd rep ass)
 	(while (setq start (string-match "\\\\\\([a-zA-Z]+\\)\\({}\\)?"
 					 s start))
 	  (if (get-text-property (match-beginning 0) 'org-protected s)