Bläddra i källkod

ox-org: Add "body-only" export

* lisp/ox-org.el (org-org-export-to-org): Add body-only export.
Nicolas Goaziou 11 år sedan
förälder
incheckning
9676c59547
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)