From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] make Nth consistent Date: Tue, 30 Nov 2010 16:45:47 +0000 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNe7G-0006hs-OT for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 23:16:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNTiH-0005ai-6c for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:09:58 -0500 Received: from server.network-theory.com ([109.74.193.71]:41395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNTiG-0005YO-Vb for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:09:57 -0500 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: emacs-orgmode@gnu.org =46rom 67ff0e20cede3ae9afa332a6881184a5153c0881 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:05:06 +0000 Subject: [PATCH] make Nth consistent --- doc/org.texi | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 5267148..f511d36 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4992,7 +4992,7 @@ Move through the column view from field to field. Switch to the next/previous allowed value of the field. For this, you have to have specified allowed values for a property. @item 1..9,0 -Directly select the nth allowed value, @kbd{0} selects the 10th value. +Directly select the Nth allowed value, @kbd{0} selects the 10th value. @orgcmdkkcc{n,p,org-columns-next-allowed-value,org-columns-previous-allowe= d-value} Same as @kbd{S-@key{left}/@key{right}} @orgcmd{e,org-columns-edit-value} @@ -5326,7 +5326,7 @@ letter ([dwmy]) to indicate change in days, weeks, mo= nths, or years. With a single plus or minus, the date is always relative to today. With a double plus or minus, it is relative to the default date. If instead of a single letter, you use the abbreviation of day name, the date will be -the nth such day. E.g. +the Nth such day. E.g. =20 @example +0 --> today @@ -5971,7 +5971,7 @@ for an entry with the following commands: @table @kbd @orgcmd{C-c C-x e,org-set-effort} Set the effort estimate for the current entry. With a numeric prefix -argument, set it to the NTH allowed value (see below). This command is al= so +argument, set it to the Nth allowed value (see below). This command is al= so accessible from the agenda with the @kbd{e} key. @orgcmd{C-c C-x C-e,org-clock-modify-effort-estimate} Modify the effort estimate of the item currently being clocked. @@ -7095,7 +7095,7 @@ Like the above, but allows selection of a specific TO= DO keyword. You can also do this by specifying a prefix argument to @kbd{C-c a t}. You are prompted for a keyword, and you may also specify several keywords by separating them with @samp{|} as the boolean OR operator. With a numeric -prefix, the nth keyword in @code{org-todo-keywords} is selected. +prefix, the Nth keyword in @code{org-todo-keywords} is selected. @kindex r The @kbd{r} key in the agenda buffer regenerates it, and you can give a prefix argument to this command to change the selected TODO keyword, --=20 1.6.0.6