Variable: kview:default-label-type
kview:default-label-type is a customizable variable defined in
kview.el.
Value
alpha
Documentation
Default label-type to use for new koutlines. Default value is 'alpha.
It must be one of the following symbols:
alpha for 1b3 full alphanumeric labels
id for 027 permanent idstamp labels
legal for 1.2.3 legal-style labels
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defcustom kview:default-label-type 'alpha
"Default label-type to use for new koutlines. Default value is \\='alpha.
It must be one of the following symbols:
alpha for `1b3' full alphanumeric labels
id for `027' permanent idstamp labels
legal for `1.2.3' legal-style labels"
:type '(choice (const alpha)
(const id)
(const legal))
:group 'hyperbole-koutliner)