Added daily todos template to emacs config
This commit is contained in:
parent
360bd19596
commit
c60b1f8b19
21
.emacs.d/capture-templates/daily.org
Normal file
21
.emacs.d/capture-templates/daily.org
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
* Daily Todos
|
||||||
|
|
||||||
|
** Habits
|
||||||
|
|
||||||
|
- [ ] Shave
|
||||||
|
- [ ] Shower
|
||||||
|
- [ ] Brush Teeth
|
||||||
|
|
||||||
|
** Tasks
|
||||||
|
|
||||||
|
*High Priority*
|
||||||
|
|
||||||
|
- [ ] %?
|
||||||
|
|
||||||
|
*Medium Priority*
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
*Low Priority*
|
||||||
|
|
||||||
|
- [ ]
|
@ -709,6 +709,11 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
|
|||||||
(file "~/.emacs.d/capture-templates/Todo.org")
|
(file "~/.emacs.d/capture-templates/Todo.org")
|
||||||
:target (file+head "todo/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
:target (file+head "todo/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
:unnarrowed t)))
|
:unnarrowed t)))
|
||||||
|
(setq org-roam-dailies-capture-templates
|
||||||
|
'(("d" "default" plain
|
||||||
|
(file "~/.emacs.d/capture-templates/daily.org")
|
||||||
|
:target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n")
|
||||||
|
:unnarrowed t)))
|
||||||
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
||||||
(jm/org-roam-refresh-agenda-list)
|
(jm/org-roam-refresh-agenda-list)
|
||||||
(org-roam-db-autosync-mode))
|
(org-roam-db-autosync-mode))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user