Revert "lisp/org-agenda.el: Prevent wrong scrolling"
This reverts commit eca93742b6
.
This commit is contained in:
parent
eca93742b6
commit
dfc0d522f1
|
@ -8344,8 +8344,7 @@ With prefix ARG, go forward that many times the current span."
|
||||||
(org-agenda-overriding-arguments
|
(org-agenda-overriding-arguments
|
||||||
(list (car args) sd span)))
|
(list (car args) sd span)))
|
||||||
(org-agenda-redo)
|
(org-agenda-redo)
|
||||||
(org-agenda-find-same-or-today-or-agenda cnt))
|
(org-agenda-find-same-or-today-or-agenda cnt))))
|
||||||
(set-window-start nil 1)))
|
|
||||||
|
|
||||||
(defun org-agenda-earlier (arg)
|
(defun org-agenda-earlier (arg)
|
||||||
"Go backward in time by the current span.
|
"Go backward in time by the current span.
|
||||||
|
|
Loading…
Reference in New Issue