From 79e9ed1451ed5e0a0cfbd176f88227aba4ecd546 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 4 Apr 2023 19:10:22 +0200 Subject: org: allow capturing task directly --- lisp/init-org.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index 402dc79..a424478 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -39,6 +39,9 @@ ;; capture template including title, date and time (setq org-capture-templates '(("i" "Inbox" entry (file "") + "* TODO %?\n%U" + :empty-lines-after 1) + ("t" "Tasks" entry (file+headline "notes.org" "Tasks") "* TODO %?\n%U" :empty-lines-after 1))) -- cgit v1.2.3