org-export-format-source-code-or-example: Fix commit f0177f (org-odt)

* lisp/org-exp.el (org-export-format-source-code-or-example):
Fix signature of org-<backend>-format-source-code-or-example
function.
This commit is contained in:
Jambunathan K 2011-06-25 10:53:14 +02:00 committed by Bastien Guerry
parent 3d60c1a1d8
commit 7adb6675d7
1 changed files with 1 additions and 1 deletions

View File

@ -2536,7 +2536,7 @@ INDENT was the original indentation of the block."
(setq rtn
(cond
(backend-formatter
(funcall backend-formatter lang caption textareap cols rows num
(funcall backend-formatter rtn lang caption textareap cols rows num
cont rpllbl fmt))
((eq org-export-current-backend 'docbook)
(setq rtn (org-export-number-lines rtn 0 0 num cont rpllbl fmt))