forked from colonelpanic/dotfiles
[Emacs] [kat-mode] Create weekly template
This commit is contained in:
parent
0e9ea88e0d
commit
6e562d19d5
@ -52,4 +52,9 @@ This makes evil-mode play nice with org-fc
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
|
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
|
||||||
"* %?\nEntered on %U\n %i\n %a"))
|
"* %?\nEntered on %U\n %i\n %a"))
|
||||||
|
(setq org-capture-templates
|
||||||
|
(append org-capture-templates
|
||||||
|
'(("r" "Weekly Review" entry
|
||||||
|
(file+datetree "~/org/weekly_reviews.org")
|
||||||
|
(file "~/org/weekly_review_template.org")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user