update org-roam-capture-tempates docstring (#1509)

Remove quotes before heading lists in olp examples, they do not belong
there. Quoting these lists will lead to an error.
This commit is contained in:
Mykhailo Shevchuk
2021-05-04 06:28:49 +02:00
committed by GitHub
parent 3d4c93a2a0
commit 377d39bfff

View File

@@ -122,11 +122,11 @@ the following options:
The file will be created, prescribed an ID, and head content will be The file will be created, prescribed an ID, and head content will be
inserted into the file. inserted into the file.
(file+olp \"path/to/file\" '(\"h1\" \"h2\")) (file+olp \"path/to/file\" (\"h1\" \"h2\"))
The file will be created, prescribed an ID. The OLP (h1, h2) will be The file will be created, prescribed an ID. The OLP (h1, h2) will be
created, and the point placed after. created, and the point placed after.
(file+head+olp \"path/to/file\" \"head content\" '(\"h1\" \"h2\")) (file+head+olp \"path/to/file\" \"head content\" (\"h1\" \"h2\"))
The file will be created, prescribed an ID. Head content will be The file will be created, prescribed an ID. Head content will be
inserted at the start of the file. The OLP (h1, h2) will be created, inserted at the start of the file. The OLP (h1, h2) will be created,
and the point placed after. and the point placed after.