From a7b9f91e1b248b5cdd4f5c0a2bf5d7829702b476 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 16 Jan 2023 16:54:29 +0100 Subject: [PATCH] Add note org capture template --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 92d71aa..d440791 100644 --- a/init.el +++ b/init.el @@ -689,6 +689,9 @@ (("t" "Task" entry (file+olp "~/notes/planner.org" "Inbox") "** TODO %?") + ("n" "Note" entry + (file+olp "~/notes/planner.org" "Inbox") + "** %?") ("e" "Event" entry (file+olp "~/notes/planner.org" "Inbox") "** %?"))))