Missing autoloads cookies for many functions in org-node-global-prefix-map
Especially the `org-node-list-*` since it would be nice to be able to refer to them in other keymaps without triggering a full load of org-node (and org) at startup.
Easy workaround when using `use-package` is to add these to `:commands` but still.
FWIW, I've had to add all these
```
(org-node-backlink-fix-buffer
org-node-backlink-mass-update-drawers
org-node-customize
org-node-help
org-node-insert-raw-link
org-node-lint-all-files
org-node-list-dead-links
org-node-list-example
org-node-list-feedback-arcs
org-node-list-files
org-node-list-reflinks
org-node-list-scan-problems
org-node-list-reflinks)
```
关闭于 2026-02-22 1 条评论