I discovered my captions were growing... This seemed to fix the problem. I'm on Org 7.8.10.
--- org-exp.el~ 2012-05-16 12:42:30.000000000 -0500 +++ org-exp.el 2013-01-19 11:39:05.772305510 -0600 @@ -1919,7 +1919,7 @@ ;; there is a caption ((match-end 1) (progn - (setq cap (concat cap (if cap " " "") (org-trim (match-string 1)))) + (setq cap (concat (if cap " " "") (org-trim (match-string 1)))) (when (string-match "\\[\\(.*\\)\\]{\\(.*\\)}" cap) (setq shortn (match-string 1 cap) cap (match-string 2 cap))) ------------------------------------------------------------------ Russell Adams rlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3