Variable: hyrolo-default-file
hyrolo-default-file is a customizable variable defined in hyrolo.el.
Value
"~/.rolo.org"
Documentation
Full path of default HyRolo file if none are added to hyrolo-file-list.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
(defcustom hyrolo-default-file (if (file-readable-p "~/.rolo.otl")
"~/.rolo.otl"
"~/.rolo.org")
"Full path of default HyRolo file if none are added to `hyrolo-file-list'."
:type 'file
:group 'hyperbole-hyrolo)