Minor fix

This commit is contained in:
Carsten Dominik 2010-03-28 09:54:19 +02:00
parent da556cee82
commit 01c7498c5a
1 changed files with 1 additions and 1 deletions

View File

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