From 699cd910b8f5db67b956e038223dd1d81a3c0d1b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 4 May 2020 16:35:58 +0200 Subject: [PATCH] Add paper capture for org-roam --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index bdc2a91..071e7b1 100644 --- a/config.org +++ b/config.org @@ -284,6 +284,11 @@ Customize the capture templates: "" :file-name "websites/${slug}" :head "#+TITLE: ${title}\n#+ROAM_KEY: %x\n" + :unnarrowed t) + ("p" "paper" plain (function org-roam-capture--get-point) + "%?" + :file-name "paper/${slug}" + :head "#+TITLE: ${title}\n" :unnarrowed t)))) #+END_SRC