0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:37:47 +00:00

org-manual: Remove deleted keybinding

* doc/org-manual.org (The clock table): Remove `C-c C-x r` reference.
This commit is contained in:
Nicolas Goaziou 2019-01-12 12:40:12 +01:00
parent 354e2d4a2d
commit 2cf951cdfc

View file

@ -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.
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-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.
- {{{kbd(C-c C-c)}}} or {{{kbd(C-c C-x C-u)}}} (~org-dblock-update~) ::
#+kindex: C-c C-c