dotfiles/emacs/org/+roam-daily.el

11 lines
439 B
EmacsLisp
Raw Normal View History

2023-01-01 22:03:51 +00:00
;;; +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")))))