Kaynağa Gözat

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>
Nicolas Goaziou 11 yıl önce
ebeveyn
işleme
8a11f9c90f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      contrib/lisp/ox-confluence.el

+ 1 - 1
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)