From 1752c6e58906721a47afc56e357b7fb1c0c8a5a1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 21 Nov 2025 08:43:19 -0800 Subject: feat(org-noter): implement custom org-noter workflow Implemented custom org-noter workflow with F6 keybinding: - Creates notes files as org-roam nodes in org-roam-directory - Title prompt with pre-slugified default, notes-on-{slug}.org format - F6 toggles notes window visibility when session active - Preserves PDF fit setting on toggle - Deferred org-roam integration to prevent PDF open hang Also fixed: quick-sdcv quit binding, calendar-sync sentinel buffer error Added 30 ERT tests for title-to-slug and template generation functions --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 042c0e27..1f67b782 100644 --- a/init.el +++ b/init.el @@ -123,7 +123,7 @@ (require 'org-refile-config) ;; refile org-branches (require 'org-roam-config) ;; personal knowledge management in org mode (require 'org-webclipper) ;; "instapaper" to org-roam workflow -;; (require 'org-noter-config) ;; wip +(require 'org-noter-config) ;; -------------------------- AI Integration And Tools ------------------------- -- cgit v1.2.3