ox-org: Add "body-only" export

* lisp/ox-org.el (org-org-export-to-org): Add body-only export.
This commit is contained in:
Nicolas Goaziou 2013-11-16 09:19:22 +01:00
parent 4466af5c11
commit 9676c59547
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ Return output file name."
(interactive)
(let ((outfile (org-export-output-file-name ".org" subtreep)))
(org-export-to-file 'org outfile
async subtreep visible-only nil ext-plist)))
async subtreep visible-only body-only ext-plist)))
;;;###autoload
(defun org-org-publish-to-org (plist filename pub-dir)