Variable: hsys-org-cycle-bob-file-list

hsys-org-cycle-bob-file-list is a customizable variable defined in hsys-org.el.

Value

("${hyperb:dir}/DEMO" "${hyperb:dir}/FAST-DEMO"
 "${hyperb:dir}/MANIFEST" "${hyperb:dir}/HY-ABOUT"
 "${hyperb:dir}/HY-NEWS")

Documentation

List of files to globally org-cycle when at the beginning of the buffer.

Source Code

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

(defcustom hsys-org-cycle-bob-file-list
  '("${hyperb:dir}/DEMO" "${hyperb:dir}/FAST-DEMO" "${hyperb:dir}/MANIFEST"
     "${hyperb:dir}/HY-ABOUT" "${hyperb:dir}/HY-NEWS")
  "List of files to globally `org-cycle' when at the beginning of the buffer."
  :type '(repeat file)
  :group 'hyperbole)