Variable: kcell:read-only-attributes
kcell:read-only-attributes is a variable defined in kcell.el.
Value
(idstamp creator create-time modifier mod-time)
Documentation
List of kcell attributes which may not be modified by a user.
Add to this list but don't remove any of the default elements.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kcell.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************
(defvar kcell:read-only-attributes
'(idstamp creator create-time modifier mod-time)
"List of kcell attributes which may not be modified by a user.
Add to this list but don't remove any of the default elements.")