From 1eb462885bc758a1168e75e87793f708c2f540c7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 15 Feb 2024 13:13:59 +0000 Subject: [PATCH] Add author to org-roam default capture template --- config/org-mode.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/org-mode.org b/config/org-mode.org index 7403f3a..31e78cd 100644 --- a/config/org-mode.org +++ b/config/org-mode.org @@ -90,7 +90,8 @@ 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" "#+title: ${title}\n") + :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}\n#+author: %n") :unnarrowed t)))) #+end_src * org-agenda