ox-confluence: Fix void "external" variable

* contrib/lisp/ox-confluence.el (org-confluence-export-as-confluence):
  Fix argument name.

Reported-by: Chris Lowis <chris.lowis@gmail.com>
This commit is contained in:
Nicolas Goaziou 2013-09-12 16:48:17 +02:00
parent 29c33591a2
commit 8a11f9c90f
1 changed files with 1 additions and 1 deletions

View File

@ -171,6 +171,6 @@ will be displayed when `org-export-show-temporary-export-buffer'
is non-nil." is non-nil."
(interactive) (interactive)
(org-export-to-buffer 'confluence "*org CONFLUENCE Export*" (org-export-to-buffer 'confluence "*org CONFLUENCE Export*"
async subtreep visible-only body-only external (lambda () (text-mode)))) async subtreep visible-only body-only ext-plist (lambda () (text-mode))))
(provide 'ox-confluence) (provide 'ox-confluence)