]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/hydra/hydra-ox.el
Add *.info and dir to debbugs
[gnu-emacs-elpa] / packages / hydra / hydra-ox.el
index 40530813f5c287cab7dca4187ee4f01045939938..1dc70885097c39fffaffafe599f65ab7c0b0a8ae 100644 (file)
 
 ;;; Code:
 (require 'org)
+(require 'hydra)                        ;`defhydradio' is not autoloaded!
 
 (defhydradio hydra-ox ()
-  (body-only)
-  (export-scope [buffer subtree])
-  (async-export)
-  (visible-only)
-  (force-publishing))
+  (body-only "Export only the body.")
+  (export-scope "Export scope." [buffer subtree])
+  (async-export "When non-nil, export async.")
+  (visible-only "When non-nil, export visible only")
+  (force-publishing "Toggle force publishing"))
 
 (defhydra hydra-ox-html (:color blue)
   "ox-html"