Update org roam package

This commit is contained in:
Marcus Kammer 2021-11-26 17:19:50 +01:00
parent 65699a8832
commit 48509c3ad3

View file

@ -410,6 +410,7 @@
(use-package org-roam
:init
(setq org-roam-v2-ack t)
(setq org-roam-db-location "~/org-roam.db")
(require 'org-roam-dailies)
:bind (("C-c r l" . org-roam-buffer-toggle)
("C-c r f" . org-roam-node-find)
@ -431,7 +432,7 @@
(org-roam-capture-templates
'(("d" "default" plain
"%?"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n%a\n")
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n")
:unnarrowed t)
("n" "Note" plain
@ -442,9 +443,7 @@
("p" "personas" plain
"%?"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n* Personality\n* Behaviors\n* Needs & Goals\n")
:unnarrowed t)))
:config
(org-roam-db-autosync-mode))
:unnarrowed t))))
(use-package simple-httpd)