aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 12:10:06 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 12:10:06 -0500
commit55f73d8d84170f74ffa98bbad412381c5f7d2edf (patch)
tree4f4e7d19f4338272490c45fe2fd475800b4125ac
parentd0790d28270594e600fbf100d9e0a4f164ce32f9 (diff)
downloaddotemacs-55f73d8d84170f74ffa98bbad412381c5f7d2edf.tar.gz
dotemacs-55f73d8d84170f74ffa98bbad412381c5f7d2edf.zip
chore(todo): close org-capture popup manual-verify as passed
-rw-r--r--todo.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/todo.org b/todo.org
index 84d26ea8c..6a6765fde 100644
--- a/todo.org
+++ b/todo.org
@@ -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)