summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-29 23:02:42 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-29 23:02:42 +0100
commit1bb9cf1597e9cd9b2dee086d830cfe3cb3c6509e (patch)
tree9b9deabf5bd2b9e5d33c9c7a3b5bd9f79362cb38
parent33d554aacce74ff688b952be74ac9d5246f42b8e (diff)
parent6fe212a3ec479b3a2b9665bb348b92c225db1562 (diff)
downloadorg-mode-1bb9cf1597e9cd9b2dee086d830cfe3cb3c6509e.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi6
-rw-r--r--lisp/org-gnus.el3
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2ef24ed..d44e718 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5848,8 +5848,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
@@ -6634,8 +6633,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.
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 27a968f..f0f5ca2 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -123,7 +123,8 @@ If `org-store-link' was called with a prefix arg the meaning of
(save-excursion
(car (nnvirtual-map-article (gnus-summary-article-number)))))
(`(nnir . ,_)
- (nnir-article-group (gnus-summary-article-number)))
+ (save-excursion
+ (nnir-article-group (gnus-summary-article-number))))
(_ gnus-newsgroup-name)))
(header (with-current-buffer gnus-summary-buffer
(gnus-summary-article-header)))