Skip to content
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
2 changes: 1 addition & 1 deletion docs/configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ require('orgmode').setup({
type = 'agenda',
org_agenda_overriding_header = 'Whole week overview',
org_agenda_span = 'week', -- 'week' is default, so it's not necessary here, just an example
org_agenda_start_on_weekday = 1 -- Start on Monday
org_agenda_start_on_weekday = 1, -- Start on Monday
org_agenda_remove_tags = true -- Do not show tags only for this view
},
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ that demonstrates how the similar Orgmode clone [[https://github.com/dhruvasagar
:PROPERTIES:
:CUSTOM_ID: api-docs
:END:
Nvim-orgmode exposes a Lua API that can be used to interact with the orgmode. To view it, check [[file:../docs/orgmode-api.txt][orgmode-api.txt]]
Nvim-orgmode exposes a Lua API that can be used to interact with the orgmode. To view it, check [[file:../doc/orgmode_api.txt][orgmode_api.txt]]
or do =:h OrgApi= in Neovim.

** Globals and commands
Expand Down