Ver código fonte

ox-org: Add "body-only" export

* lisp/ox-org.el (org-org-export-to-org): Add body-only export.
Nicolas Goaziou 11 anos atrás
pai
commit
9676c59547
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/ox-org.el

+ 1 - 1
lisp/ox-org.el

@@ -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)