mirror of
https://github.com/org-roam/org-roam
synced 2025-09-22 16:20:54 -05:00
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:
committed by
GitHub
parent
3d4c93a2a0
commit
377d39bfff
@@ -122,11 +122,11 @@ the following options:
|
||||
The file will be created, prescribed an ID, and head content will be
|
||||
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
|
||||
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
|
||||
inserted at the start of the file. The OLP (h1, h2) will be created,
|
||||
and the point placed after.
|
||||
|
Reference in New Issue
Block a user