From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: command names patch Date: Mon, 25 Oct 2010 12:03:44 +0200 Message-ID: <4CC55600.9080606@easy-emacs.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040000040601090504000401" Return-path: Received: from [140.186.70.92] (port=36962 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAJvG-0003GF-1F for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:04:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAJvE-0002GO-Pw for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:04:57 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:56074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAJvE-0002GI-Ea for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 06:04:56 -0400 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 This is a multi-part message in MIME format. --------------040000040601090504000401 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit org-time-stamp and others --------------040000040601090504000401 Content-Type: text/x-patch; name="20101025orgtexi_names.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="20101025orgtexi_names.patch" diff --git a/doc/org.texi b/doc/org.texi index 4f1a982..ef57655 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5070,15 +5070,13 @@ format. All commands listed below produce timestamps in the correct format. @table @kbd -@kindex C-c . -@item C-c . +@orgcmd{C-c .,org-time-stamp} Prompt for a date and insert a corresponding timestamp. When the cursor is at an existing timestamp in the buffer, the command is used to modify this timestamp instead of inserting a new one. When this command is used twice in succession, a time range is inserted. @c -@kindex C-c ! -@item C-c ! +@orgcmd{C-c !,org-time-stamp-inactive} Like @kbd{C-c .}, but insert an inactive timestamp that will not cause an agenda entry. @c @@ -5091,18 +5089,15 @@ Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which contains date and time. The default time can be rounded to multiples of 5 minutes, see the option @code{org-time-stamp-rounding-minutes}. @c -@kindex C-c < -@item C-c < +@orgcmd{C-c <,org-date-from-calendar} Insert a timestamp corresponding to the cursor date in the Calendar. @c -@kindex C-c > -@item C-c > +@orgcmd{C-c >,org-goto-calendar} Access the Emacs calendar for the current date. If there is a timestamp in the current line, go to the corresponding date instead. @c -@kindex C-c C-o -@item C-c C-o +@orgcmd{C-c C-o,org-open-at-point} Access the agenda for the date given by the timestamp or -range at point (@pxref{Weekly/daily agenda}). @c --------------040000040601090504000401 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------040000040601090504000401--