diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-21 06:35:29 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-21 06:35:29 +0000 |
commit | 775b2e33819d77b53bfc76e471499d893d3edc86 (patch) | |
tree | 66e3af8cb47125581ae8ab3d56a76e5d63517a43 | |
parent | 6e2e10d038bbb266cbf8f6132bc43ff54f3eb2cf (diff) |
added day of week to org-roam dailies title
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -587,7 +587,7 @@ If failed try to complete the common part with `company-complete-common'" :unnarrowed t))) (org-roam-dailies-capture-templates '(("d" "default" entry "* %<%T>: %?" - :target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n") + :target (file+head "%<%Y-%m-%d>.org" "#+title: %<%A %Y-%m-%d>\n") :unnarrowed t))) :bind (("C-c n l" . org-roam-buffer-toggle) ("C-c n f" . org-roam-node-find) |