Suvayu Ali <fatkasuvayu+linux <at> gmail.com> writes: > > Hi Eric and Seb, > > On Sat, Feb 09, 2013 at 12:28:06AM +1030, Eric S Fraga wrote: > > > > Given that we have moved to a multi-key sequence for selecting exporter > > and then action, could these two aspects not be dealt with in the > > mini-buffer?
If you customize org-export-dispatch-use-expert-ui to t Then you will get the minibuffer, albeit with less verbose prompts than you describe. As a fallback, you can hit '?' to get the full menu if you forget what the prompts mean. I find the display of all the options confusing... I > > would rather have the dispatcher prompt, in the mini-buffer, something > > along the lines of: > > > > : Export to: (l) latex, (h) html, (o) ODT, (a) ascii > > > > with the choices obviously depending on the backends initialised. Then, > > depending on the key (e.g. l): > > > > : Export as: (l) file, (b) buffer, (p) PDF, ... > > > > Here one of the options (file?) could be the default, so it would be > sufficient to hit RET for most cases. > Close to this is C-u org-export-dispatch RET which repeats the last command sequence. [deleted]