summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-09-12 16:51:16 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-09-12 16:51:16 +0200
commitdf047521faed900aa422d05b039fa7270cfe50b0 (patch)
treee79c4aea877f7ed83035adeab215240f57b3e923
parenta1f9a1514a28accaad6646c7ed79803168774ccd (diff)
parent8a11f9c90fc848a33bc742f7303957161e158ed8 (diff)
downloadorg-mode-df047521faed900aa422d05b039fa7270cfe50b0.tar.gz
Merge branch 'maint'
-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)