Skip to content

Commit c91f1c5

Browse files
authored
docs: typo fix in config link to date tree (#991)
1 parent 12680a3 commit c91f1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ Templates have the following fields:
840840
capture content will be added. If no headline is specified, the
841841
content will be appended to the end of the file
842842
- =datetree (boolean | { time_prompt?: boolean, reversed?: boolean, tree_type: 'day' | 'month' | 'week' | 'custom' })=
843-
Create a [[https://orgmode.org/manual/Template-elements.hml#FOOT84][date tree]] with current day in the target file and put the capture content there.
843+
Create a [[https://orgmode.org/manual/Template-elements.html#FOOT84][date tree]] with current day in the target file and put the capture content there.
844844
- =true= - Create ascending datetree (newer dates go to end) with the current date
845845
- ~{ time_prompt = true, reversed?: boolean }~ open up a date picker to select a date before opening up a capture buffer
846846
- ={ reversed: true }= add entries in reversed order (newer dates comes first)

0 commit comments

Comments
 (0)