From 93db673f012a62cb5a8a70fad0a32dff37044bf2 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Wed, 1 Jan 2020 08:35:58 -0800 Subject: [PATCH] Change to January org file --- .spacemacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.spacemacs b/.spacemacs index 52d648d..0f9b3a7 100644 --- a/.spacemacs +++ b/.spacemacs @@ -438,14 +438,14 @@ you should place your code here." (goto-char (point-at-eol))) (setq org-capture-templates '( - ("t" "Todo" entry (file+headline "~/org/2019-12-Dec.org" "Tasks") + ("t" "Todo" entry (file+headline "~/org/2020-01-Jan.org" "Tasks") "* TODO %?") ("w" "Work Todo" entry (file+headline "~/org/work.org" "Tasks") "* TODO %?") - ("j" "Journal" plain (file+function "~/org/2019-12-Dec.org" + ("j" "Journal" plain (file+function "~/org/2020-01-Jan.org" org-find-heading-in-datetree) "***** %^{Brief Description} %U\n%?") - ("d" "Daily Planning" entry (file+olp+datetree "~/org/2019-12-Dec.org") + ("d" "Daily Planning" entry (file+olp+datetree "~/org/2020-01-Jan.org") (file "~/org/templates/daily-planning.org")))) ;; Refile config