Variable: org-window-config-before-follow-link

org-window-config-before-follow-link is a variable defined in org.el.gz.

Value

nil

Documentation

The window configuration before following a link.

This is saved in case the need arises to restore it.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-window-config-before-follow-link nil
  "The window configuration before following a link.
This is saved in case the need arises to restore it.")