diff --git a/doc/org-roam.org b/doc/org-roam.org index bbbbc73..a08a389 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -229,6 +229,9 @@ Org-roam abuses =org-capture=, extending its syntax. To first understand how org-roam's templating system works, it may be useful to look into basic usage of =org-capture=. +Org-roam's templates can be customized by modifying the variable +=org-roam-capture-templates=. + ** Template Walkthrough To demonstrate the additions made to org-capture templates. Here, we walkthrough diff --git a/doc/templating.md b/doc/templating.md index 3a530e0..a952764 100644 --- a/doc/templating.md +++ b/doc/templating.md @@ -13,6 +13,9 @@ not designed for such use. Org-roam abuses `org-capture` to some extent, extending its syntax. To first understand how org-roam's templating system works, it may be useful to look into org-capture. +Org-roam's templates can be customized by modifying the variable +`org-roam-capture-templates`. + ## Org-roam Templates The org-roam capture template extends org-capture's template with 2