Variable: org-show-notification-timeout

org-show-notification-timeout is a customizable variable defined in org-clock.el.gz.

Value

3

Documentation

Number of seconds to wait before closing Org notifications.

This is applied to notifications sent with notifications-notify and w32-notification-notify only, not other mechanisms possibly set through org-show-notification-handler.

This variable was added, or its default value changed, in Org version
9.4.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-show-notification-timeout 3
  "Number of seconds to wait before closing Org notifications.
This is applied to notifications sent with `notifications-notify'
and `w32-notification-notify' only, not other mechanisms possibly
set through `org-show-notification-handler'."
  :group 'org-clock
  :package-version '(Org . "9.4")
  :type 'integer)