diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-21 08:43:19 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-21 08:43:19 -0800 |
| commit | 4249a453a0bceb724890bbeb6516154137c02244 (patch) | |
| tree | 20d3dedb57ebf2522712064bed450c6137728c1b /init.el | |
| parent | a56b42c6f414fc36a1791186b4ed8663640f2fb1 (diff) | |
| download | dotemacs-4249a453a0bceb724890bbeb6516154137c02244.tar.gz dotemacs-4249a453a0bceb724890bbeb6516154137c02244.zip | |
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
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------------------- |
