X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/3222b0c8df41ad1f04b041814c16b2906683c16a..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/hydra/hydra-ox.el diff --git a/packages/hydra/hydra-ox.el b/packages/hydra/hydra-ox.el index 40530813f..1dc708850 100644 --- a/packages/hydra/hydra-ox.el +++ b/packages/hydra/hydra-ox.el @@ -25,13 +25,14 @@ ;;; 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"