Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-09-12 16:51:16 +02:00
commit df047521fa
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."
(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)