From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Minor addition to Speed Keys info node Date: Wed, 07 Jun 2017 22:21:53 +0200 Message-ID: <877f0nzgym.fsf@nicolasgoaziou.fr> References: <87fufbzs2t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIhSr-00040x-52 for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 16:22:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIhSn-0007n7-5W for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 16:22:01 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:49322) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dIhSm-0007m7-V5 for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 16:21:57 -0400 In-Reply-To: (Kaushal Modi's message of "Wed, 07 Jun 2017 17:23:39 +0000") 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" To: Kaushal Modi Cc: emacs-org list Kaushal Modi writes: > One minor iteration.. I think below reads with a better flow.. WDYT? [...] @vindex org-use-speed-commands > +By default, Org has Speed Keys disabled. To activate Speed Keys, set the > +variable @code{org-use-speed-commands} to a non-nil value. To trigger a > +Speed Key, the cursor must be at the beginning of an Org headline, before > any > +of the stars. @vindex org-speed-commands-user > +Org comes with a pre-defined list of Speed Keys. To add or modify Speed > +Keys, customize the variable, @code{org-speed-commands-user}. For more > +details, see the variable's docstring. With Speed Keys activated, @kbd{M-x > +org-speed-command-help}, or @kbd{?} when cursor is at the beginning of an > Org > +headline, shows currently active Speed Keys, including the user-defined > ones. Barring the two additions above, it looks good. Thank you. Regards,