Variable: org-clock-goto-before-context

org-clock-goto-before-context is a customizable variable defined in org-clock.el.gz.

Value

2

Documentation

Number of lines of context to display before currently clocked-in entry.

This applies when using org-clock-goto.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-goto-before-context 2
  "Number of lines of context to display before currently clocked-in entry.
This applies when using `org-clock-goto'."
  :group 'org-clock
  :type 'integer)