Skip to content

Commit 8ab271d

Browse files
author
nvim-orgmode
committed
1 parent 577ecbd commit 8ab271d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/configuration.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Determine whether properties of one headline are inherited by sub-headlines.
544544
- =string[]= - only the properties named in the given list are inherited
545545
- =string= - only properties matching the given regex are inherited
546546

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

550550
*** org_babel_default_header_args
@@ -566,7 +566,7 @@ Available options:
566566
- =0= - start week on Sunday
567567
- =1= - start week on Monday
568568

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

571571
*** emacs_config
572572
:PROPERTIES:
@@ -736,7 +736,7 @@ These arguments are shared between all of the agenda types:
736736
:CUSTOM_ID: org_agenda_sorting_strategy
737737
:END:
738738
- Type:
739-
=table<'agenda' | 'todo' | 'tags', OrgAgendaSortingStrategy[]><=
739+
=table<'agenda' | 'todo' | 'tags', OrgAgendaSortingStrategy[]>=
740740
- Default:
741741
~{ agenda = {'time-up', 'priority-down', 'category-keep'}, todo = {'priority-down', 'category-keep'}, tags = {'priority-down', 'category-keep'}}~
742742
List of sorting strategies to apply to a given view. Available

docs/index.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To view this documentation offline in Neovim, run =:Org help=. More info in [[#g
2626
end,
2727
}
2828
#+end_src
29-
- Capture youf first note with =<leader>oc=
29+
- Capture your first note with =<leader>oc=
3030
- Open up the prompt for agenda with =<leader>oa=
3131

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

0 commit comments

Comments
 (0)