Variable: hywiki-org-link-type-required
hywiki-org-link-type-required is a variable defined in hywiki.el.
Value
t
Documentation
When t, [[hy:HyWiki Org links]] must start with hywiki-org-link-type:.
Otherwise, this prefix is not needed and HyWikiWord Org links override standard Org link lookups. See "(org)Internal Links".
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki-org-link-type-required t
"When t, [[hy:HyWiki Org links]] must start with `hywiki-org-link-type':.
Otherwise, this prefix is not needed and HyWikiWord Org links
override standard Org link lookups. See \"(org)Internal Links\".")