From 775b2e33819d77b53bfc76e471499d893d3edc86 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 21 Nov 2022 06:35:29 +0000 Subject: added day of week to org-roam dailies title --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 45f1c30..78f567b 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit v1.2.3