From 8bececb1df4ec44c3bf2a07129f8374f9effd1d8 Mon Sep 17 00:00:00 2001
From: Raúl Benencia <id@rbenencia.name>
Date: Sun, 13 Oct 2024 21:28:56 -0700
Subject: emacs: set cursor on TODO org-capture template

---
 .emacs.d/rul-lisp/packages/rul-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs.d/rul-lisp/packages/rul-org.el b/.emacs.d/rul-lisp/packages/rul-org.el
index 3787769..7c9799a 100644
--- a/.emacs.d/rul-lisp/packages/rul-org.el
+++ b/.emacs.d/rul-lisp/packages/rul-org.el
@@ -68,7 +68,7 @@
 
         ("w" "Todo" entry
          (file+headline org-refile-path "Tasks")
-         "* TODO "
+         "* TODO %?"
          :empty-lines 1)
 
         ("m"
-- 
cgit v1.2.3