Skip to content

Commit 41448ee

Browse files
Merge pull request #260 from jgollenz/docs/capture-template-features
2 parents 8cd85f7 + d087437 commit 41448ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DOCS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@ Example:<br />
311311
Journal example:<br />
312312
`{ j = { description = 'Journal', template = '\n*** %<%Y-%m-%d> %<%A>\n**** %U\n\n%?', target = '~/sync/org/journal.org' } }`
313313

314+
Nested key example:<br />
315+
`{ e = 'Event' }`
316+
`{ er = { description = 'recurring', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'recurring' } }`
317+
`{ eo = { description = 'one-time', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'one-time' } }`
318+
314319
#### **org_agenda_min_height**
315320
*type*: `number`<br />
316321
*default value*: `16`<br />

0 commit comments

Comments
 (0)