Explorar o código

org-agenda.el (org-agenda-switch-to): Ensure point is at the beginning of the heading

* org-agenda.el (org-agenda-switch-to): Ensure point is at the
beginning of the heading.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
5d0e706836
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-agenda.el

+ 1 - 0
lisp/org-agenda.el

@@ -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