Attempted fix for better structured Daily Template
This commit is contained in:
parent
b932eeaf02
commit
c2ceb3ab22
|
@ -131,11 +131,11 @@
|
||||||
(setq org-roam-dailies-capture-templates
|
(setq org-roam-dailies-capture-templates
|
||||||
'(("l" "Log" entry "* %T %?"
|
'(("l" "Log" entry "* %T %?"
|
||||||
:target (file+head+olp "%<%Y-%m-%d>.org"
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:daily:>\n\n* Goals\n* Logs"
|
||||||
("Log")))
|
("Logs")))
|
||||||
("g" "Goal" entry "* TODO %? :mit:"
|
("g" "Goal" entry "* TODO %?"
|
||||||
:target (file+head+olp "%<%Y-%m-%d>.org"
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B::daily>\n\n* Goals\n* Logs"
|
||||||
("Goals")))))
|
("Goals")))))
|
||||||
|
|
||||||
(defun org-babel-execute:diff (body params)
|
(defun org-babel-execute:diff (body params)
|
||||||
|
|
|
@ -739,19 +739,18 @@ this makes the beginning / ending of both source and quote blocks, & headers for
|
||||||
*** Roam
|
*** Roam
|
||||||
I use =org-roam= v2 for most of my note taking. TODO expand this section.
|
I use =org-roam= v2 for most of my note taking. TODO expand this section.
|
||||||
**** Dailies Templates
|
**** Dailies Templates
|
||||||
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no :results output silent
|
||||||
(setq org-roam-dailies-capture-templates
|
(setq org-roam-dailies-capture-templates
|
||||||
'(("l" "Log" entry "* %T %?"
|
'(("l" "Log" entry "* %T %?"
|
||||||
:target (file+head+olp "%<%Y-%m-%d>.org"
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:daily:>\n\n* Goals\n* Logs"
|
||||||
("Log")))
|
("Logs")))
|
||||||
("g" "Goal" entry "* TODO %? :mit:"
|
("g" "Goal" entry "* TODO %?"
|
||||||
:target (file+head+olp "%<%Y-%m-%d>.org"
|
:target (file+head+olp "%<%Y-%m-%d>.org"
|
||||||
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B:>\n"
|
"#+title: %<%Y-%m-%d>\n#+filetags: %<:%Y:%B::daily>\n\n* Goals\n* Logs"
|
||||||
("Goals")))))
|
("Goals")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
We'll
|
|
||||||
|
|
||||||
**** Keybinds
|
**** Keybinds
|
||||||
These were declared in [[id:f9ffe9df-a417-45c4-8bf2-6ee655140648][Roam Keybinds]] section above. See there for more details.
|
These were declared in [[id:f9ffe9df-a417-45c4-8bf2-6ee655140648][Roam Keybinds]] section above. See there for more details.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user