babel: Fix export bug.

Introduced at 747f425f00
This commit is contained in:
Dan Davison 2010-02-25 15:12:47 -05:00
parent 09886e4f82
commit 6f62066ac6
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ options are taken from `org-babel-default-header-args'."
(list 'org-caption
(format "%s(%s)"
name (mapconcat #'identity args ", ")))
str) str)))
str))
str))
('lob
(let ((call-line (and (string-match "results=" (car args))
(substring (car args) (match-end 0)))))