Is there a way to daisy-chain bindings? What I want to do is set up a
key binding that will execute File->Export->Custom with the format set
to PDF (pdflatex) and the command set to "acrord32 $$FName". I can bind
a key to "buffer-export custom" and get to the custom export menu, and I
can prefill the command using \custom_export_command in the preferences
file, but I can't figure out how to avoid having to manually select the
format. (Ideally, I'd like the binding to all execute the command, so
that I don't have to click OK each time.)
Once in the menu, you can select the format with M-e pp, so if I could
find a way to bind that sequence (I haven't figured out how to get
Meta-e to be the result of a key binding) and then could chain the
bindings, I think I'd be there.
Paul