Added org capture templates to repo and added a todo item template
This commit is contained in:
parent
2bfa14e6ce
commit
468478243e
8
.emacs.d/capture-templates/Project.org
Normal file
8
.emacs.d/capture-templates/Project.org
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
* Information
|
||||||
|
|
||||||
|
Name: ${title}
|
||||||
|
Description: %^{Description}
|
||||||
|
|
||||||
|
* Todo Items
|
||||||
|
|
||||||
|
- [ ] %?
|
4
.emacs.d/capture-templates/Todo.org
Normal file
4
.emacs.d/capture-templates/Todo.org
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
* TODO ${title}
|
||||||
|
|
||||||
|
%?
|
@ -684,8 +684,12 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
|
|||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
:unnarrowed t)
|
:unnarrowed t)
|
||||||
("p" "Project" plain
|
("p" "Project" plain
|
||||||
(file "~/Notes/Templates/Project.org")
|
(file "~/.emacs.d/capture-templates/Project.org")
|
||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
|
:unnarrowed t)
|
||||||
|
("t" "Todo Item" plain
|
||||||
|
(file "~/.emacs.d/capture-templates/Todo.org")
|
||||||
|
:target (file+head "todo/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
:unnarrowed t)))
|
: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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user