From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] make "time stamps" consistent with timestamps Date: Wed, 8 Dec 2010 21:05:33 +0000 Message-ID: <1291842341-15199-11-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-6-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-9-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-10-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48798 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRE4-0006Je-LO for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDw-0002cz-9l for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:00 -0500 Received: from server.network-theory.com ([109.74.193.71]:40531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDw-0002cn-4N for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:52 -0500 In-Reply-To: <1291842341-15199-10-git-send-email-bjg@network-theory.co.uk> 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 Cc: Barry Gidden , Brian Gough --- doc/org.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 930f948..553d670 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6608,7 +6608,7 @@ create new nodes as new parents for refiling on the fly, check the variable @code{org-refile-allow-creating-parent-nodes}. When the variable @code{org-log-refile}@footnote{with corresponding @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile}, -and @code{nologrefile}} is set, a time stamp or a note will be +and @code{nologrefile}} is set, a timestamp or a note will be recorded when an entry has been refiled. @orgkey{C-u C-c C-w} Use the refile interface to jump to a heading. @@ -7987,7 +7987,7 @@ $ @r{Archive all selected entries.} A @r{Archive entries by moving them to their respective archive siblings.} t @r{Change TODO state. This prompts for a single TODO keyword and} @r{changes the state of all selected entries, bypassing blocking and} - @r{suppressing logging notes (but not time stamps).} + @r{suppressing logging notes (but not timestamps).} + @r{Add a tag to all selected entries.} - @r{Remove a tag from all selected entries.} s @r{Schedule all items to a new date. To shift existing schedule dates} -- 1.6.0.6