Write website capture template on one line
For some reason `org-edit-special` adds a comma in the multiline string when exiting, so let's not use multiline strings.
This commit is contained in:
parent
946a74ec7d
commit
bfbf2377aa
|
@ -264,8 +264,7 @@ Customize the capture templates:
|
|||
("w" "website" plain (function org-roam-capture--get-point)
|
||||
""
|
||||
:file-name "websites/${slug}"
|
||||
:head "#+TITLE: ${title}
|
||||
#+ROAM_KEY: %x\n"
|
||||
:head "#+TITLE: ${title}\n#+ROAM_KEY: %x\n"
|
||||
:unnarrowed t))))
|
||||
#+END_SRC
|
||||
|
||||
|
|
Loading…
Reference in a new issue