From d68d39cf24acb20c0c102a92f4097e64fd6b81c4 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 18 Mar 2024 09:41:43 -0400 Subject: [PATCH] add capture templates for warframe daily/weekly --- org/config-org-capture.el | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 3536897..cc5bbf0 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -49,8 +49,24 @@ :unnarrowed "t" ) ("gw" "Warframe") - ("gwc" "To Do (Slipbox)" - entry (file+headline "~/org/games/games_warframe.org" "Slipbox") + ("gwd" "Daily Reset" + entry (file+headline "~/org/games/games_warframe.org" "Daily / Weekly Reset") + (file "~/org/games/template_game_warframe_daily_reset.org") + :prepend t + :immediate-finish "f" + :jump-to-captured "t" + :unnarrowed "t" + ) + ("gww" "Weekly Reset" + entry (file+headline "~/org/games/games_warframe.org" "Daily / Weekly Reset") + (file "~/org/games/template_game_warframe_weekly_reset.org") + :prepend t + :immediate-finish "f" + :jump-to-captured "t" + :unnarrowed "t" + ) + ("gwt" "To Do" + entry (file+headline "~/org/games/games_warframe.org" "To Do") "** TODO %^{Heading}\n%?" :immediate-finish "f" :jump-to-captured "t"