feat(templates): Add quality journal template
This commit is contained in:
parent
ac12d307fa
commit
47facf5c8b
12
config.org
12
config.org
@ -814,11 +814,17 @@ I use =r= for this purpose. It is close and goes well with *roam*.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! org-roam
|
(after! org-roam
|
||||||
(setq org-roam-dailies-capture-templates
|
(setq org-roam-dailies-capture-templates
|
||||||
`(("d" "default" entry
|
`(("d" "default" entry "* %?"
|
||||||
"* %?"
|
|
||||||
:target (file+head "%<%Y-%m-%d>.sec.org.age"
|
:target (file+head "%<%Y-%m-%d>.sec.org.age"
|
||||||
"#+title: %<%Y-%m-%d>\n")))))
|
"#+title: %<%Y-%m-%d %A>\n* Where was I today?\n* Where am I at now?\n* Where will I be tomorrow?")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+RESULTS:
|
||||||
|
|
||||||
|
* Where was I today?
|
||||||
|
* Where am I at now?
|
||||||
|
* Where will I be tomorrow?) |
|
||||||
|
|
||||||
*** Property getters and setters
|
*** Property getters and setters
|
||||||
These are to fulfill my need to get property values for generating my [[id:6672f401-32a1-49ef-8004-ac77ece67f5b][journal index]].
|
These are to fulfill my need to get property values for generating my [[id:6672f401-32a1-49ef-8004-ac77ece67f5b][journal index]].
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user