summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Röhler <andreas.roehler@easy-emacs.de>2010-10-25 15:03:44 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-26 10:25:47 +0200
commit7b184df4e7a140f9428980741980e5dd47d0297f (patch)
tree7bacf52c45abcc389226307893df71c478e2c384
parent25d365a37346a408c1b72fc90f4d06f2c0a1b0e1 (diff)
downloadorg-mode-7b184df4e7a140f9428980741980e5dd47d0297f.tar.gz
command names patch
org-time-stamp and others
-rw-r--r--doc/org.texi15
1 files changed, 5 insertions, 10 deletions
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