diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 12:07:05 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 12:07:05 +1000 |
| commit | a6e912a4b4ec9caf71abc0dc912b1e1b1a3758e5 (patch) | |
| tree | 5cb6a911f8dedf2ef7e4259f784e191d57ec6829 | |
| parent | 1554b7893c4ffc133470696b90fed27b5adf7765 (diff) | |
Show roster subtree after lookup
| -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." |
