diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-13 21:28:56 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-13 21:28:56 -0700 |
commit | 8bececb1df4ec44c3bf2a07129f8374f9effd1d8 (patch) | |
tree | 0c32f82ce79ea004f681a7baa8d420ffafc39a42 /.emacs.d | |
parent | 5235914d5b48ab38e303fdf57a7928b397df1c1e (diff) |
emacs: set cursor on TODO org-capture template
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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" |