Variable: hsys-org-mode-function

hsys-org-mode-function is a variable defined in hsys-org.el.

Value

hsys-org-mode-p

Documentation

*Boolean function that returns non-nil when point is in an Org-related buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-org.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

;;;###autoload
(defvar hsys-org-mode-function #'hsys-org-mode-p
  "*Boolean function that returns non-nil when point is in an Org-related buffer.")