From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] Orgcard: Correct markup in 'Timestamps' section Date: Mon, 12 Dec 2011 20:09:23 +0100 (CET) Message-ID: <20111212190923.BA18E13E90@myhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaBEg-0001f1-FW for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 14:08:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaBEf-0004Nc-7r for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 14:08:26 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:40063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaBEe-0004NX-V0 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 14:08:25 -0500 Received: by bkbzt12 with SMTP id zt12so6749155bkb.0 for ; Mon, 12 Dec 2011 11:08:24 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 1068 (http://patchwork.newartisans.com/patch/1068/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cjc5fuu%24ppc%241%40dough.gmane.org%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: [O] Orgcard: Correct markup in 'Timestamps' section > Date: Mon, 12 Dec 2011 23:08:30 -0000 > From: Julian Gehring > X-Patchwork-Id: 1068 > Message-Id: > To: emacs-orgmode@gnu.org > > Orgcard: Correct markup in 'Timestamps' section > > * doc/orgcard.tex: Correct one markup in 'Timestamps' section > > > >From 756e4eb6aca0e1b72f8fa55537005d2b617b83f8 Mon Sep 17 00:00:00 2001 > From: Julian Gehring > Date: Mon, 12 Dec 2011 12:29:46 +0100 > Subject: [PATCH] Orgcard: Correct markup in 'Timestamps' section > > * doc/orgcard.tex: Correct one markup in 'Timestamps' section > --- > doc/orgcard.tex | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/doc/orgcard.tex b/doc/orgcard.tex > index 38df521..f543e91 100644 > --- a/doc/orgcard.tex > +++ b/doc/orgcard.tex > @@ -526,7 +526,7 @@ after ``{\tt :}'', and dictionary words elsewhere. > \section{Timestamps} > > \key{prompt for date and insert timestamp}{C-c .} > -\key{like \kbd{C-c} . but insert date and time format}{C-u C-c .} > +\key{like \kbd{C-c .} but insert date and time format}{C-u C-c .} > \key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME > \key{insert DEADLINE timestamp}{C-c C-d} > \key{insert SCHEDULED timestamp}{C-c C-s} > -- > 1.7.4.1 > >