Skip to content

Commit 6cb0240

Browse files
docs: Fix few typos
1 parent 76a54b5 commit 6cb0240

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/configuration.org

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ This page contains information about all configuration that can be provided to t
2222
- Type: =string | string[]=
2323
- Default: =''=
2424
Single or multiple paths from where the org files are being read.
25-
# TODO: Add link to custom agenda commands
2625

2726
Examples:
2827
- =~/org/*=
@@ -329,7 +328,7 @@ Possible values:
329328
:CUSTOM_ID: org_indent_mode_turns_off_org_adapt_indentation
330329
:END:
331330
- Type: =boolean=
332-
- Defaul: =true=
331+
- Default: =true=
333332
Possible values:
334333
- =true= - Disable [[#org_adapt_indentation][org_adapt_indentation]] by default when [[#org_startup_indented][org_startup_indented]] is enabled.
335334
- =false= - Do not disable [[#org_adapt_indentation][org_adapt_indentation]] by default when [[#org_startup_indented][org_startup_indented]] is enabled.
@@ -339,7 +338,7 @@ Possible values:
339338
:CUSTOM_ID: org_indent_mode_turns_on_hiding_stars
340339
:END:
341340
- Type: =boolean=
342-
- Defaul: =true=
341+
- Default: =true=
343342
Possible values:
344343
- =true= - Enable [[#org_hide_leading_stars][org_hide_leading_stars]] by default when [[#org_startup_indented][org_indent_mode]] is enabled for buffer (~vim.b.org_indent_mode = true~).
345344
- =false= - Do not modify the value in [[#org_hide_leading_stars][org_hide_leading_stars]] by default when [[#org_startup_indented][org_indent_mode]] is enabled for buffer (~vim.b.org_indent_mode = true~).
@@ -521,7 +520,7 @@ Determine on which day the week will start in calendar modal (ex:[[#org_change_d
521520
:CUSTOM_ID: emacs_config
522521
:END:
523522
- Type: =table=
524-
- Default: ={ executable_path = 'emacs', config_path=nil }=
523+
- Default: ~{ executable_path = 'emacs', config_path=nil }~
525524
Set configuration for your emacs. This is useful for having the emacs
526525
export properly pickup your emacs config and plugins. If =config_path=
527526
is not provided, exporter tries to find a configuration file from these
@@ -681,7 +680,7 @@ strategies:
681680
PROGRESS, DONE' has a sort value of 1, 2 and 3), ascending
682681
- =todo-state-down= - Sort by todo keyword, descending
683682
- =clocked-up= - Show clocked in headlines first
684-
- =clocked-down= - Show clocked in headines last
683+
- =clocked-down= - Show clocked in headlines last
685684
- =category-up= - Sort by category name, ascending
686685
- =category-down= - Sort by category name, descending
687686
- =category-keep= - Keep default category sorting, as it appears in
@@ -1847,7 +1846,7 @@ Move current headline + it's content down by one headline.
18471846
- Mapped to: =<Leader>oe=
18481847
Open export options.
18491848
*NOTE*: Exports are handled via =emacs= and =pandoc=. This means that =emacs= and/or =pandoc= must be in
1850-
=$PATH=. see [[#org_custom_exports][org_custom_exports]] if you want to add your own export options.
1849+
=$PATH=. See [[#org_custom_exports][org_custom_exports]] if you want to add your own export options.
18511850

18521851
**** =org_next_visible_heading=
18531852
:PROPERTIES:

0 commit comments

Comments
 (0)