diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 12:10:06 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 12:10:06 -0500 |
| commit | 55f73d8d84170f74ffa98bbad412381c5f7d2edf (patch) | |
| tree | 4f4e7d19f4338272490c45fe2fd475800b4125ac /todo.org | |
| parent | d0790d28270594e600fbf100d9e0a4f164ce32f9 (diff) | |
| download | dotemacs-55f73d8d84170f74ffa98bbad412381c5f7d2edf.tar.gz dotemacs-55f73d8d84170f74ffa98bbad412381c5f7d2edf.zip | |
chore(todo): close org-capture popup manual-verify as passed
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -4556,13 +4556,8 @@ What we're verifying: M-P (reconcile open repos) now visits repos whose director - Run M-P (or M-x cj/reconcile-open-repos) - Watch the per-repo progress / final summary Expected: dot-named repos under ~/code (mcp.el, gptel-mcp.el, capture.el, google-contacts.el, …) appear in the reconciliation pass, not just dot-free ones. -*** VERIFY org-capture popup captures a single Task into the inbox -What we're verifying: Super+Shift+N pops straight into a Task capture (no template menu) targeting the org-roam inbox.org "Inbox" headline, fills the popup frame as one window, and closes the frame on every exit path even when launched from a focused main frame (the emacsclient focus race). Simplified 2026-06-15 from the old Task/Bug/Event popup. -- Press Super+Shift+N to open the quick-capture popup -- It should go straight to the CAPTURE buffer (no *Org Select* menu), filling the frame as one window (no sliver of your last buffer, one modeline), and NOT split your main frame -- Type a task and finish with C-c C-c: the entry lands as "* TODO ..." under "Inbox" in ~/org/roam/inbox.org -- Re-open and hit C-c C-k (or C-g): the popup frame closes with no orphan -Expected: no menu; single full-frame window; the Task files under Inbox in the org-roam inbox; the frame closes on finalize, C-c C-k, and C-g. +*** 2026-06-15 Mon @ 12:10:06 -0500 org-capture popup single-Task into inbox verified +Craig confirmed: Super+Shift+N pops straight into a Task capture (no menu), single full-frame window, files under "Inbox" in ~/org/roam/inbox.org, and the frame closes cleanly. Passed. *** TODO Lock screen actually locks on Wayland What we're verifying: C-; ! l locks the screen on Wayland. slock (X11-only) never worked here; the locker now runs loginctl lock-session, which logind turns into a Lock signal that hypridle handles by running hyprlock — the same path idle/sleep locking already uses. Fix in modules/system-commands.el, live in the daemon. - Press C-; ! l (or run M-x cj/system-cmd-lock) |
