Skip to content

Commit 29321ae

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode.txt
skip-checks: true
1 parent 41448ee commit 29321ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/orgmode.txt

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

506+
Nested key example:
507+
`{ e = 'Event' }`
508+
`{ er = { description = 'recurring', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'recurring' } }`
509+
`{ eo = { description = 'one-time', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'one-time' } }`
510+
506511
ORG_AGENDA_MIN_HEIGHT *orgmode-org_agenda_min_height*
507512

508513
type: `number`

0 commit comments

Comments
 (0)