From ce2703c925bc8062738a67de16138ec45c0535b9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 15 Feb 2024 13:18:41 +0000 Subject: [PATCH] Remove datetime preamble from org-roam filename --- config/org-mode.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/org-mode.org b/config/org-mode.org index 31e78cd..e4b6f02 100644 --- a/config/org-mode.org +++ b/config/org-mode.org @@ -90,7 +90,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] (with-eval-after-load 'org-roam (setq org-roam-capture-templates '(("d" "default" plain "%?" - :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" + :target (file+head "${slug}.org" "#+title: ${title}\n#+author: %n") :unnarrowed t)))) #+end_src