emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Minor addition to Speed Keys info node


From: Kaushal Modi
Subject: Re: [O] Minor addition to Speed Keys info node
Date: Wed, 07 Jun 2017 20:55:11 +0000

On Wed, Jun 7, 2017 at 4:44 PM Kaushal Modi <address@hidden> wrote:
Did you mean that I need to move those tags closer to where those vars are actually referenced in that node?

Seems like that was the intention. Also as I am referring to the org-speed-command-help function for the first time in the manual at the appropriate place, I have added an findex for that too.

Revised patch for maint:

From d15b72a0c8983eb2007c2393c3d76ba74eada109 Mon Sep 17 00:00:00 2001
From: Kaushal Modi <address@hidden>
Date: Wed, 7 Jun 2017 11:34:39 -0400
Subject: [PATCH] Mention org-speed-command-help in Speed Keys info node

* doc/org.texi (Speed keys): Mention org-speed-command-help.
---
 doc/org.texi | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 11c4ac4c72..2ac142fc2b 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -17018,8 +17018,6 @@ More templates can added by customizing the variable
address@hidden Speed keys
address@hidden Speed keys
address@hidden speed keys
address@hidden org-use-speed-commands
address@hidden org-speed-commands-user
 
 Single keystrokes can execute custom commands in an Org file when the cursor
 is on a headline.  Without the extra burden of a meta or modifier key, Speed
@@ -17028,14 +17026,19 @@ navigation, Speed Keys may come in handy on small mobile devices that do not
 have full keyboards.  Speed Keys may also work on TTY devices known for their
 problems when entering Emacs keychords.
 
-By default, Org has Speed Keys disabled.  To activate Speed Keys, configure
-the variable @code{org-use-speed-commands}.  To trigger a Speed Key, the
-cursor must be at the beginning of an Org headline, before any of the stars.
address@hidden 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.
 
-Org comes with a pre-defined list of Speed Keys; @kbd{?} shows currently
-active Speed Keys.  To add or modify Speed Keys, customize the variable,
address@hidden For more details, see the variable's
-docstring.
address@hidden org-speed-commands-user
address@hidden org-speed-command-help
+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.
 
 
address@hidden Code evaluation security
-- 
2.13.0

 
--

Kaushal Modi

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]