summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/+org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+org.el b/lisp/+org.el index d23d778c..2ff3e11 100644 --- a/lisp/+org.el +++ b/lisp/+org.el
@@ -565,7 +565,7 @@ and POST-PROCESS are passed to `org-export-to-file'."
565(defun +org-export-clip-subtree-to-html () 565(defun +org-export-clip-subtree-to-html ()
566 "Export current subtree to HTML." 566 "Export current subtree to HTML."
567 (interactive) 567 (interactive)
568 (+org-export-clip-to-html nil :subtree nil :body-only)) 568 (+org-export-clip-to-html nil :subtree))
569 569
570;;; Taskwise functions 570;;; Taskwise functions
571;; TODO: break out into another library 571;; TODO: break out into another library