From bf03e08184363b97299b6db7492089470b5e3f6a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 6 May 2020 00:22:36 +0200 Subject: [PATCH] Pluralize papers folder --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index 6116f4d..15d3b90 100644 --- a/config.org +++ b/config.org @@ -260,7 +260,6 @@ Customize the capture templates: articles... The ~%x~ in the template is replaced by the content of my X clipboard, so I just have to copy the website URL before capturing it. - #+BEGIN_SRC emacs-lisp (after! org-roam (setq org-roam-capture-templates @@ -276,7 +275,7 @@ Customize the capture templates: :unnarrowed t) ("p" "paper" plain (function org-roam-capture--get-point) "%?" - :file-name "paper/${slug}" + :file-name "papers/${slug}" :head "#+TITLE: ${title}\n" :unnarrowed t)))) #+END_SRC