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 <julian.gehr...@googlemail.com> > X-Patchwork-Id: 1068 > Message-Id: <jc5fuu$ppc$1...@dough.gmane.org> > 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 <julian.gehr...@googlemail.com> > 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 > >