From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [New exporter] Key bindings and typographical error Date: Fri, 8 Feb 2013 16:52:51 +0000 (UTC) Message-ID: References: <86lib02h3u.fsf@somewhere.org> <874nhm6h75.fsf@ucl.ac.uk> <20130208145213.GF23289@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3rCP-0003hZ-P4 for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:53:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3rCM-0001QQ-US for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:53:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:55215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3rCM-0001Q9-Nb for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:53:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3rCe-0002Sr-77 for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 17:53:32 +0100 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 17:53:32 +0100 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 17:53:32 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Suvayu Ali 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]