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"