From 8a11f9c90fc848a33bc742f7303957161e158ed8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 12 Sep 2013 16:48:17 +0200 Subject: [PATCH] ox-confluence: Fix void "external" variable * contrib/lisp/ox-confluence.el (org-confluence-export-as-confluence): Fix argument name. Reported-by: Chris Lowis --- contrib/lisp/ox-confluence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el index 6170a0cb5..150d36c58 100644 --- a/contrib/lisp/ox-confluence.el +++ b/contrib/lisp/ox-confluence.el @@ -171,6 +171,6 @@ will be displayed when `org-export-show-temporary-export-buffer' is non-nil." (interactive) (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)