summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-03-28 09:54:19 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-04-01 12:44:01 +0200
commit01c7498c5a267c64b4c987cc04414e6e26b8d777 (patch)
tree5df285afc725d408f988df1c2ae396533198a13f
parentda556cee82f98ced8ba03abd186d3a8886844db0 (diff)
downloadorg-mode-01c7498c5a267c64b4c987cc04414e6e26b8d777.tar.gz
Minor fix
-rw-r--r--lisp/org-docbook.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el
index cf4c6f7..7c43211 100644
--- a/lisp/org-docbook.el
+++ b/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)