Skip to content

Commit 80314df

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 0c71ff5 commit 80314df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/orgmode.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,8 @@ Templates have the following fields:
712712
* `template` (`string|string[]`) — body of the template that will be used when creating capture
713713
* `target` (`string?`) — name of the file to which the capture content will be added. If the target is not specified, the content will be added to the `org_default_notes_file` (#orgdefaultnotesfile) file
714714
* `headline` (`string?`) — title of the headline after which the capture content will be added. If no headline is specified, the content will be appended to the end of the file
715+
* `datetree (boolean | { time_prompt: boolean })` — Create a date tree (https://orgmode.org/manual/Template-elements.html#FOOT84) with current day in the target file and put the capture content there.
716+
When `time_prompt = true`, open up a date picker to select a date before opening up a capture buffer.
715717
* `properties` (`table?`):
716718
* `empty_lines` (`table|number?`) — if the value is a number, then empty lines are added before and after the content. If the value is a table, then the following fields are expected:
717719
* `before` (`integer?`) — add empty lines to the beginning of the content

0 commit comments

Comments
 (0)