From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [OT] See available keybindings? Date: Fri, 05 Feb 2010 13:58:05 -0500 Message-ID: <87wryrldc2.fsf@gollum.intra.norang.ca> References: <211769421002051048m1fa59ebdx760266604fa09542@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdTNg-00073b-4E for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:58:16 -0500 Received: from [199.232.76.173] (port=56184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdTNe-00073T-QG for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:58:14 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdTNc-0004rM-Mv for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:58:14 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64223) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NdTNc-0004r3-Ff for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 13:58:12 -0500 In-Reply-To: <211769421002051048m1fa59ebdx760266604fa09542@mail.gmail.com> (Nathan Neff's message of "Fri\, 5 Feb 2010 12\:48\:07 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathan Neff Cc: emacs-orgmode@gnu.org Nathan Neff writes: > I've defined a list of org-mode shortcuts that start with f6. > > Example: > f6 i =3D clock in > f6 o =3Dclock out > > Is there a way to see all the available keybindings that begin > with f6?=C2=A0 Sometimes I'm not sure what key I need to type. > > When I press f6, then appears in the minibuffer, waiting for > another key -- is there a key I can press to see the available choices? > > If not, how do I pass to the 'describe-bindings' command when > invoking it using M-x from the minibuffer? > That command takes optional arguments, but I don't know how to > pass arguments to commands from the minibuffer. f6 C-h -Bernt