From f17ed089baa1d18ccad8d78796cb4a9eacadf7d7 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 13:24:03 -0400 Subject: [PATCH] Fix slug --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index cd814a2..c78e981 100644 --- a/README.org +++ b/README.org @@ -2287,7 +2287,7 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl ;; Standard document. (add-to-list 'org-roam-capture-templates '("d" "Default" plain "%?" - :target (file+head "docs/%<%Y%m%d%H%M%S>${slug}.org.gpg" + :target (file+head "docs/%<%Y%m%d%H%M%S>-${slug}.org.gpg" " ,#+TITLE: ${title} ,#+AUTHOR: Christopher James Hayward