* lisp/ox-org.el (org-export-as-org): Add missing BODY-ONLY argument, which is always nil in this back-end. Reported-by: Nicolas Girard <girard.nicolas@gmail.com>
@@ -173,7 +173,7 @@ be displayed when `org-export-show-temporary-export-buffer' is
non-nil."
(interactive)
(org-export-to-buffer 'org "*Org ORG Export*"
- async subtreep visible-only ext-plist (lambda () (org-mode))))
+ async subtreep visible-only nil ext-plist (lambda () (org-mode))))
;;;###autoload
(defun org-org-export-to-org (&optional async subtreep visible-only ext-plist)