summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-04 23:13:25 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-05 22:27:50 -0400
commit861ffb3133cc397055da5356c3cbf542a91486bf (patch)
treefeb05fd5e9e6c3fa04a372155a78bbd8c6697bd2
parent0f783cbca8c3e2a3f9c48b3f30bf6d2f0cda35e0 (diff)
downloadorg-mode-861ffb3133cc397055da5356c3cbf542a91486bf.tar.gz
manual: Remove stale information about dynamic block bindings
* doc/org-manual.org (Capturing column view): Replace stale binding with mention of org-dynamic-block-insert-dblock, and refer to org-columns-insert-dblock rather than its obsolete variant. (The clock table): Prune references to stale binding, rewrite org-dynamic-block-insert-dblock key sequence in a clearer manner, and add a dedicated entry for org-clock-report. These bindings were replaced in 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23). Reported-by: Axel Kielhorn <org-mode@axelkielhorn.de> <3CE37EF0-6C7A-4CC0-AFEE-2B82296D63E1@axelkielhorn.de>
-rw-r--r--doc/org-manual.org30
1 files changed, 20 insertions, 10 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index c668db3..92a526b 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -5647,13 +5647,17 @@ This dynamic block has the following parameters:
The following commands insert or update the dynamic block:
-- {{{kbd(C-c C-x i)}}} (~org-insert-columns-dblock~) ::
+- ~org-columns-insert-dblock~ ::
- #+kindex: C-c C-x i
- #+findex: org-insert-columns-dblock
+ #+kindex: C-c C-x x
+ #+findex: org-columns-insert-dblock
Insert a dynamic block capturing a column view. Prompt for the
scope or ID of the view.
+ This command can be invoked by calling
+ ~org-dynamic-block-insert-dblock~ ({{{kbd(C-c C-x x)}}}) and
+ selecting "columnview" (see [[*Dynamic Blocks]]).
+
- {{{kbd(C-c C-c)}}} {{{kbd(C-c C-x C-u)}}} (~org-dblock-update~) ::
#+kindex: C-c C-c
@@ -6488,13 +6492,19 @@ 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 ,
+- ~org-clock-report~ ::
+
+ #+kindex: C-c C-x x
+ #+findex: org-clock-report
+ Insert or update a clock table. 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.
+
+ This command can be invoked by calling
+ ~org-dynamic-block-insert-dblock~ ({{{kbd(C-c C-x x)}}}) and
+ selecting "clocktable" (see [[*Dynamic Blocks]]).
+
- {{{kbd(C-c C-c)}}} or {{{kbd(C-c C-x C-u)}}} (~org-dblock-update~) ::
#+kindex: C-c C-c
@@ -6519,7 +6529,7 @@ The clock table includes archived trees.
=:block= is =today=, it is shifted to =today-1=, etc.
Here is an example of the frame for a clock table as it is inserted
-into the buffer with the {{{kbd(C-c C-x C-r)}}} command:
+into the buffer by ~org-clock-report~:
#+cindex: @samp{BEGIN clocktable}
#+begin_example