From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] make "time stamps" consistent with timestamps Date: Tue, 1 Feb 2011 12:29:07 +0100 (CET) Message-ID: <20110201112907.564E18783@myhost.localdomain> References: <1291842341-15199-11-git-send-email-bjg@network-theory.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkEQ0-0007Ci-0d for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:29:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkEPx-0003wR-Eb for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:29:06 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkEPx-0003w9-7V for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:29:05 -0500 Received: by wyj26 with SMTP id 26so7018628wyj.0 for ; Tue, 01 Feb 2011 03:29:04 -0800 (PST) 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 Patch 454 (http://patchwork.newartisans.com/patch/454/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1291842341-15199-11-git-send-email-bjg%40network-theory.co.uk%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] make "time stamps" consistent with timestamps > Date: Thu, 09 Dec 2010 02:05:33 -0000 > From: Brian Gough > X-Patchwork-Id: 454 > Message-Id: <1291842341-15199-11-git-send-email-bjg@network-theory.co.uk> > 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} >