* org-agenda.el (org-agenda-switch-to): Ensure point is at the beginning of the heading.
@@ -8560,6 +8560,7 @@ It also looks at the text of the entry itself."
(and delete-other-windows (delete-other-windows))
(widen)
(goto-char pos)
+ (org-back-to-heading t)
(when (derived-mode-p 'org-mode)
(org-show-context 'agenda)
(save-excursion