summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
authorCase Duckworth2022-03-11 20:04:05 -0600
committerCase Duckworth2022-03-11 20:04:05 -0600
commitf6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34 (patch)
treec5cf0551e9e25e5238f474fd6ad44fbe6d155e56 /lisp/+org.el
parentAdd snippets (diff)
downloademacs-f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34.tar.gz
emacs-f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34.zip
Uh
Diffstat (limited to 'lisp/+org.el')
-rw-r--r--lisp/+org.el4
1 files changed, 1 insertions, 3 deletions
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.")
550 "Export region to HTML, and copy it to the clipboard. 550 "Export region to HTML, and copy it to the clipboard.
551Arguments ASYNC, SUBTREEP, VISIBLE-ONLY, BODY-ONLY, EXT-PLIST, 551Arguments ASYNC, SUBTREEP, VISIBLE-ONLY, BODY-ONLY, EXT-PLIST,
552and POST-PROCESS are passed to `org-export-to-file'." 552and POST-PROCESS are passed to `org-export-to-file'."
553 (interactive) ; XXX: hould this be interactive?
553 (message "Exporting Org to HTML...") 554 (message "Exporting Org to HTML...")
554 (let ((org-tmp-file "/tmp/org.html")) 555 (let ((org-tmp-file "/tmp/org.html"))
555 (org-export-to-file 'html org-tmp-file 556 (org-export-to-file 'html org-tmp-file
@@ -567,8 +568,5 @@ and POST-PROCESS are passed to `org-export-to-file'."
567 (interactive) 568 (interactive)
568 (+org-export-clip-to-html nil :subtree)) 569 (+org-export-clip-to-html nil :subtree))
569 570
570;;; Taskwise functions
571;; TODO: break out into another library
572
573(provide '+org) 571(provide '+org)
574;;; +org.el ends here 572;;; +org.el ends here