diff options
| -rw-r--r-- | config.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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." |
