summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-12 12:40:12 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-12 12:40:12 +0100
commit2cf951cdfcfb0eacef42c481cf3cacc8ff4e52e0 (patch)
tree7f9804cbc261426c104dab3e5f82154e1be89732
parent354e2d4a2db2944e77056c35aadad820f926fd15 (diff)
downloadorg-mode-2cf951cdfcfb0eacef42c481cf3cacc8ff4e52e0.tar.gz
org-manual: Remove deleted keybinding
* doc/org-manual.org (The clock table): Remove `C-c C-x r` reference.
-rw-r--r--doc/org-manual.org16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 98002b0..a0c254c 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -6511,17 +6511,13 @@ Org mode can produce quite complex reports based on the time clocking
information. Such a report is called a /clock table/, because it is
formatted as one or several Org tables.
-#+attr_texinfo: :sep ,
-- {{{kbd(C-c C-x C-r)}}} (~org-clock-report~) ::
-
- #+kindex: C-c C-x C-r
- #+findex: org-clock-report
- Insert a dynamic block (see [[*Dynamic Blocks]]) containing a clock
- report as an Org mode table into the current file. When point is
- at an existing clock table, just update it. When called with a
- prefix argument, jump to the first clock report in the current
- document and update it. The clock table includes archived trees.
+You can insert, or update, a clock table through Org dynamic blocks
+insert command (see [[*Dynamic Blocks]]), by pressing {{{kbd(C-c C-x
+x c l o c k t a b l e RET)}}}. When called with a prefix argument,
+jump to the first clock table in the current document and update it.
+The clock table includes archived trees.
+#+attr_texinfo: :sep ,
- {{{kbd(C-c C-c)}}} or {{{kbd(C-c C-x C-u)}}} (~org-dblock-update~) ::
#+kindex: C-c C-c