summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-21 06:35:29 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-21 06:35:29 +0000
commit775b2e33819d77b53bfc76e471499d893d3edc86 (patch)
tree66e3af8cb47125581ae8ab3d56a76e5d63517a43
parent6e2e10d038bbb266cbf8f6132bc43ff54f3eb2cf (diff)
added day of week to org-roam dailies title
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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)