Added Daily
This commit is contained in:
parent
7f087e2401
commit
bedcb465ed
|
@ -102,3 +102,4 @@ If it is an absolute path return `+org-capture-work-todo-file' verbatim."
|
||||||
|
|
||||||
|
|
||||||
(load! "org/+babel-diff")
|
(load! "org/+babel-diff")
|
||||||
|
(load! "org/+roam-daily")
|
||||||
|
|
10
emacs/org/+roam-daily.el
Normal file
10
emacs/org/+roam-daily.el
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
;;; +roam-daily.el -*- lexical-binding: t; -*-
|
||||||
|
(setq org-roam-dailies-capture-templates
|
||||||
|
'(("l" "Log" entry "* %T %?"
|
||||||
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
||||||
|
("Log")))
|
||||||
|
("g" "Goal" entry "* TODO %? :mit:"
|
||||||
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
||||||
|
("Goals")))))
|
Loading…
Reference in New Issue
Block a user