Remove org-roam note encryption

This commit is contained in:
Tristan D. 2024-01-24 18:18:43 +01:00
parent 54212557e3
commit 13ff6229cb
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -64,19 +64,18 @@
(setq +org-roam-open-buffer-on-find-file nil)
(setq org-roam-link-auto-replace t)
(setq-default epa-file-encrypt-to "tristandruyen@vault81.de")
(setq org-roam-capture-templates '(("d" "default" plain "%?"
:target
(file+head "%<%Y%m%d%H%M%S>-${slug}.org.gpg"
"#+title: ${title}\n")
:unnarrowed t)))
(setq org-roam-dailies-capture-templates '(("d" "default" entry "* %?"
:target
(file+head "%<%Y-%m-%d>.org.gpg"
"#+title: %<%Y-%m-%d>\n")
:unnarrowed t)))
;; (setq org-roam-capture-templates '(("d" "default" plain "%?"
;; :target
;; (file+head "%<%Y%m%d%H%M%S>-${slug}.org.gpg"
;; "#+title: ${title}\n")
;; :unnarrowed t)))
;; (setq org-roam-dailies-capture-templates '(("d" "default" entry "* %?"
;; :target
;; (file+head "%<%Y-%m-%d>.org.gpg"
;; "#+title: %<%Y-%m-%d>\n")
;; :unnarrowed t)))
;;
)