summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-29 23:01:43 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-29 23:01:43 +0100
commit6fe212a3ec479b3a2b9665bb348b92c225db1562 (patch)
treec3553e3353f631996509ca6cfefb116d63562ea1
parentdd3bf50adfc8b0d019648dfe947511ab2d2d9acf (diff)
downloadorg-mode-6fe212a3ec479b3a2b9665bb348b92c225db1562.tar.gz
org.texi: Fix incorrect statement about dynamic blocks
* doc/org.texi (Capturing column view): (The clock table): Correct statement. Reported-by: Jorge Morais Neto <jorge13515@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2017-11/msg00429.html>
-rw-r--r--doc/org.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index ed3c88e..08b57a8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5817,8 +5817,7 @@ The following commands insert or update the dynamic block:
Insert a dynamic block capturing a column view. You will be prompted
for the scope or ID of the view.
@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
-Update dynamic block at point. The cursor needs to be in the
-@code{#+BEGIN} line of the dynamic block.
+Update dynamic block at point.
@orgcmd{C-u C-c C-x C-u,org-update-all-dblocks}
Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
you have several clock table blocks, column-capturing blocks or other dynamic
@@ -6603,8 +6602,7 @@ argument, jump to the first clock report in the current document and
update it. The clock table always includes also trees with
@code{:ARCHIVE:} tag.
@orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
-Update dynamic block at point. The cursor needs to be in the
-@code{#+BEGIN} line of the dynamic block.
+Update dynamic block at point.
@orgkey{C-u C-c C-x C-u}
Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
you have several clock table blocks in a buffer.