|
@@ -7113,9 +7113,7 @@ at the text of the entry itself."
|
|
|
(pos (marker-position marker)))
|
|
|
(org-pop-to-buffer-same-window buffer)
|
|
|
(and delete-other-windows (delete-other-windows))
|
|
|
- (when (or (< pos (point-min))
|
|
|
- (> pos (point-max)))
|
|
|
- (widen))
|
|
|
+ (widen)
|
|
|
(goto-char pos)
|
|
|
(when (eq major-mode 'org-mode)
|
|
|
(org-show-context 'agenda)
|