Add paper capture for org-roam
This commit is contained in:
parent
151f38422f
commit
699cd910b8
|
@ -284,6 +284,11 @@ Customize the capture templates:
|
||||||
""
|
""
|
||||||
:file-name "websites/${slug}"
|
:file-name "websites/${slug}"
|
||||||
:head "#+TITLE: ${title}\n#+ROAM_KEY: %x\n"
|
: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))))
|
:unnarrowed t))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue