From 09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 29 May 2022 23:18:17 +0200 Subject: roam ref captures protocol --- config/doom/config.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/doom/config.org b/config/doom/config.org index 330fd20..f18ca92 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -114,7 +114,12 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary :EMAIL: %:fromaddress :END: Invited: %^t -"))) +")) + (setq org-roam-capture-templates '(("d" "default" plain "%i\n%?" + :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}") + :unnarrowed t)) + org-roam-capture-ref-templates org-roam-capture-templates)) #+end_src ** Alerts This is to set the reminders of calendar events. -- cgit v1.2.3