Skip to content

docs: fix minor typos #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ Determine whether properties of one headline are inherited by sub-headlines.
- =string[]= - only the properties named in the given list are inherited
- =string= - only properties matching the given regex are inherited

Note that for a select few properties, the inheritance behavior is hard-coded withing their special applications.
Note that for a select few properties, the inheritance behavior is hard-coded within their special applications.
See [[https://orgmode.org/manual/Property-Inheritance.html][Property Inheritance]] for details.

*** org_babel_default_header_args
Expand All @@ -566,7 +566,7 @@ Available options:
- =0= - start week on Sunday
- =1= - start week on Monday

Determine on which day the week will start in calendar modal (ex:[[#org_change_date][changing the date under cursor]])
Determine on which day the week will start in calendar modal (ex: [[#org_change_date][changing the date under cursor]])

*** emacs_config
:PROPERTIES:
Expand Down Expand Up @@ -736,7 +736,7 @@ These arguments are shared between all of the agenda types:
:CUSTOM_ID: org_agenda_sorting_strategy
:END:
- Type:
=table<'agenda' | 'todo' | 'tags', OrgAgendaSortingStrategy[]><=
=table<'agenda' | 'todo' | 'tags', OrgAgendaSortingStrategy[]>=
- Default:
~{ agenda = {'time-up', 'priority-down', 'category-keep'}, todo = {'priority-down', 'category-keep'}, tags = {'priority-down', 'category-keep'}}~
List of sorting strategies to apply to a given view. Available
Expand Down
2 changes: 1 addition & 1 deletion docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To view this documentation offline in Neovim, run =:Org help=. More info in [[#g
end,
}
#+end_src
- Capture youf first note with =<leader>oc=
- Capture your first note with =<leader>oc=
- Open up the prompt for agenda with =<leader>oa=

For more details about the installation and usage, check [[./installation.org][Installation page]].
Expand Down