summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-28 09:40:33 -0600
committerCase Duckworth2022-02-28 09:40:33 -0600
commitb867ee18892395657273f2a993d149938a02def1 (patch)
tree043da58f2764e49f7b381417da199f4dba0df2ca /lisp/+org.el
parentFix elfeed-update-async niceness (diff)
downloademacs-b867ee18892395657273f2a993d149938a02def1.tar.gz
emacs-b867ee18892395657273f2a993d149938a02def1.zip
Change org-export-clip-subtree-to-html
Diffstat (limited to 'lisp/+org.el')
-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