From 1912beebc336c43f4bfb03d1fa714751cc392331 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 7 May 2020 16:33:42 +0800 Subject: [PATCH] (docs): mention where to modify org-roam templates (#575) Addresses #573 --- doc/org-roam.org | 3 +++ doc/templating.md | 3 +++ 2 files changed, 6 insertions(+) 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