summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-09-12 16:48:17 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-09-12 16:49:49 +0200
commit8a11f9c90fc848a33bc742f7303957161e158ed8 (patch)
tree9809b4ce78aaf8052b1cfa34e571390dd083b55b
parent29c33591a2920d4dbea20e887fa28ed3651877fa (diff)
downloadorg-mode-8a11f9c90fc848a33bc742f7303957161e158ed8.tar.gz
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>
-rw-r--r--contrib/lisp/ox-confluence.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el
index 6170a0c..150d36c 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)