From 07b832991621cff19487a8a5f6c54e63744c0cc5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 11 Jul 2026 15:46:15 -0500 Subject: fix(org-roam): resolve void find-node bindings, drop dead config C-c n p and C-c n w were bound to cj/org-roam-find-node-project and -webclip, which no use-package :bind autoload could fulfill (they point at org-roam, which defines neither), so both keys errored with "autoloading failed to define function". I defined find-node-project as a sibling of find-node-topic/recipe against the existing project.org template, and dropped the webclip binding and label since no webclip template or flow exists. I repointed the v2mom/recipe/topic capture templates from .emacs.d/org-roam-templates/ to roam-dir/templates/ so one canonical directory feeds both the capture templates and the find-node commands. They had drifted, and edits to one copy never reached the other. Deleted the now-redundant .emacs.d/org-roam-templates/ files. I removed the 28-line commented consult-org-roam block. Its proposed C-c n l / C-c n r collide with live bindings, so it couldn't ship as written. Git keeps the draft. --- org-roam-templates/topic.org | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 org-roam-templates/topic.org (limited to 'org-roam-templates/topic.org') diff --git a/org-roam-templates/topic.org b/org-roam-templates/topic.org deleted file mode 100644 index 40a09f79..00000000 --- a/org-roam-templates/topic.org +++ /dev/null @@ -1,7 +0,0 @@ -#+TITLE: ${title} -#+CATEGORY: ${title} -#+FILETAGS: Topic - -* ${title} - - -- cgit v1.2.3