From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: [PATCH] Orgcard: Correct markup in 'Timestamps' section Date: Mon, 12 Dec 2011 19:08:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030407060400080707060006" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaAJ2-0007iD-Hm for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 13:08:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaAIw-0002JI-Pw for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 13:08:52 -0500 Received: from lo.gmane.org ([80.91.229.12]:43059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaAIw-0002J9-Km for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 13:08:46 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RaAIu-0001lW-5Z for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 19:08:44 +0100 Received: from fw11v.embl.de ([194.94.44.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 19:08:44 +0100 Received: from julian.gehring by fw11v.embl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 19:08:44 +0100 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 This is a multi-part message in MIME format. --------------030407060400080707060006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Orgcard: Correct markup in 'Timestamps' section * doc/orgcard.tex: Correct one markup in 'Timestamps' section --------------030407060400080707060006 Content-Type: text/x-patch; name="0001-Orgcard-Correct-markup-in-Timestamps-section.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-Orgcard-Correct-markup-in-Timestamps-section.patch" >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 --------------030407060400080707060006--