Change org-export-clip-subtree-to-html

This commit is contained in:
Case Duckworth 2022-02-28 09:40:33 -06:00
parent f65f4387b8
commit b867ee1889
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ and POST-PROCESS are passed to `org-export-to-file'."
(defun +org-export-clip-subtree-to-html ()
"Export current subtree to HTML."
(interactive)
(+org-export-clip-to-html nil :subtree nil :body-only))
(+org-export-clip-to-html nil :subtree))
;;; Taskwise functions
;; TODO: break out into another library