diff --git a/doc/org-roam.org b/doc/org-roam.org index 17c7c25..b41ada5 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -937,7 +937,7 @@ will be no prompt for template selection. ** Template Walkthrough To demonstrate the additions made to org-capture templates. Here, we explain -the default template, reproduced below. You will find some most of the elements +the default template, reproduced below. You will find most of the elements of the template are similar to ~org-capture~ templates. #+BEGIN_SRC emacs-lisp @@ -960,7 +960,7 @@ of the template are similar to ~org-capture~ templates. first element of the list indicates the type of the target, the second element indicates the location of the captured node, and the rest of the elements indicate prefilled template that will be inserted and the position - of the point will be adjusted for. The latter behavior various from type to + of the point will be adjusted for. The latter behavior varies from type to type of the capture target. 7. ~:unnarrowed t~ tells org-capture to show the contents for the whole file, rather than narrowing to just the entry. This is part of the Org-capture diff --git a/doc/org-roam.texi b/doc/org-roam.texi index a07f6ea..2da1c1a 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -1355,7 +1355,7 @@ will be no prompt for template selection. @section Template Walkthrough To demonstrate the additions made to org-capture templates. Here, we explain -the default template, reproduced below. You will find some most of the elements +the default template, reproduced below. You will find most of the elements of the template are similar to @code{org-capture} templates. @lisp @@ -1390,7 +1390,7 @@ This template means don't insert any content, but place the cursor here. first element of the list indicates the type of the target, the second element indicates the location of the captured node, and the rest of the elements indicate prefilled template that will be inserted and the position -of the point will be adjusted for. The latter behavior various from type to +of the point will be adjusted for. The latter behavior varies from type to type of the capture target. @item diff --git a/org-roam-capture.el b/org-roam-capture.el index dbb8ccc..428a610 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -98,7 +98,7 @@ contains a list, where: - The second element indicates the location of the captured node. - And the rest of the list indicate the prefilled template, that will be inserted and the position of the point will be adjusted for. - This behavior various from type to type. + This behavior varies from type to type. The following options are supported for the :target property: