From f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 11 Mar 2022 20:04:05 -0600 Subject: Uh --- lisp/+org.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp/+org.el') diff --git a/lisp/+org.el b/lisp/+org.el index 2ff3e11..3d14c52 100644 --- a/lisp/+org.el +++ b/lisp/+org.el @@ -550,6 +550,7 @@ language name.") "Export region to HTML, and copy it to the clipboard. Arguments ASYNC, SUBTREEP, VISIBLE-ONLY, BODY-ONLY, EXT-PLIST, and POST-PROCESS are passed to `org-export-to-file'." + (interactive) ; XXX: hould this be interactive? (message "Exporting Org to HTML...") (let ((org-tmp-file "/tmp/org.html")) (org-export-to-file 'html org-tmp-file @@ -567,8 +568,5 @@ and POST-PROCESS are passed to `org-export-to-file'." (interactive) (+org-export-clip-to-html nil :subtree)) -;;; Taskwise functions -;; TODO: break out into another library - (provide '+org) ;;; +org.el ends here -- cgit 1.4.1-21-gabe81