summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.org b/config.org
index d94ce18..c0ffd30 100644
--- a/config.org
+++ b/config.org
@@ -509,8 +509,9 @@ reports.
(unless position
(user-error "No roster heading for %s" (ss/people-roster--entry-name entry)))
(goto-char position))
- (org-show-entry)
- (org-narrow-to-subtree))
+ (org-narrow-to-subtree)
+ (org-show-subtree)
+ (goto-char (point-max)))
(defun ss/people-find ()
"Find and open a roster entry."