Function: org-agenda-previous-line
org-agenda-previous-line is an interactive and byte-compiled function
defined in org-agenda.el.gz.
Signature
(org-agenda-previous-line)
Documentation
Move cursor to the previous line, and show if follow mode is active.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-previous-line ()
"Move cursor to the previous line, and show if follow mode is active."
(interactive)
(call-interactively 'previous-line)
(org-agenda-do-context-action))