diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-29 23:18:17 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-29 23:18:25 +0200 |
commit | 09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296 (patch) | |
tree | d44f961dc2aab014f142a1671ba5630a3818a2fd /config | |
parent | 3697c088e5858e11a8163348c96c5ab00687fa19 (diff) | |
download | dotfiles-09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296.tar.gz dotfiles-09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296.tar.bz2 dotfiles-09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296.zip |
roam ref captures protocol
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 7 |
1 files changed, 6 insertions, 1 deletions
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. |