David Masterson <dsmaster...@icloud.com> writes:

> I use "C-h i" a lot to find the associated function with a key.  This
> doesn't work for me for dispatched functions.  For instance, the
> keystrokes for 'org-texinfo-export-to-info' is 'C-c C-e i i', but 'C-h
> c' (or C-h k') tells me 'org-export-dispatch' after I type 'C-c C-e' --
> I can't figure out how to enter the rest of the keys ('i i').
>
> Is there a way?

That's because org-export-dispatch is using Org's custom menu system
that is not based on keymaps and does not support the usual <f1>-k
functionality.

The best you can do is (mapcar #'org-export-backend-menu 
org-export-registered-backends)
or examine the source code of individual backends.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to