Browse Source

command names patch

org-time-stamp and others
Andreas Röhler 15 years ago
parent
commit
7b184df4e7
1 changed files with 5 additions and 10 deletions
  1. 5 10
      doc/org.texi

+ 5 - 10
doc/org.texi

@@ -5070,15 +5070,13 @@ format.  All commands listed below produce timestamps in the correct
 format.
 format.
 
 
 @table @kbd
 @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
 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
 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
 timestamp instead of inserting a new one.  When this command is used twice in
 succession, a time range is inserted.
 succession, a time range is inserted.
 @c
 @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
 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
 an agenda entry.
 an agenda entry.
 @c
 @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
 contains date and time.  The default time can be rounded to multiples of 5
 minutes, see the option @code{org-time-stamp-rounding-minutes}.
 minutes, see the option @code{org-time-stamp-rounding-minutes}.
 @c
 @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.
 Insert a timestamp corresponding to the cursor date in the Calendar.
 @c
 @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
 Access the Emacs calendar for the current date.  If there is a
 timestamp in the current line, go to the corresponding date
 timestamp in the current line, go to the corresponding date
 instead.
 instead.
 @c
 @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
 Access the agenda for the date given by the timestamp or -range at
 point (@pxref{Weekly/daily agenda}).
 point (@pxref{Weekly/daily agenda}).
 @c
 @c