]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/hydra/hydra-ox.el
Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra
[gnu-emacs-elpa] / packages / hydra / hydra-ox.el
index 40530813f5c287cab7dca4187ee4f01045939938..5f1a5c9b3a232d2fc54fd782a0cb3fe262dc7943 100644 (file)
 (require 'org)
 
 (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"