Add paper capture for org-roam

This commit is contained in:
Antoine Martin 2020-05-04 16:35:58 +02:00
parent 151f38422f
commit 699cd910b8

View file

@ -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