Skip to content

Commit 3ad2174

Browse files
docs: fix link to orgmode_api.txt (#988)
* docs: fix link to orgmode_api.txt * docs: fix lua code for combined agenda view config
1 parent 38e61df commit 3ad2174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ require('orgmode').setup({
681681
type = 'agenda',
682682
org_agenda_overriding_header = 'Whole week overview',
683683
org_agenda_span = 'week', -- 'week' is default, so it's not necessary here, just an example
684-
org_agenda_start_on_weekday = 1 -- Start on Monday
684+
org_agenda_start_on_weekday = 1, -- Start on Monday
685685
org_agenda_remove_tags = true -- Do not show tags only for this view
686686
},
687687
}

docs/index.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ that demonstrates how the similar Orgmode clone [[https://github.com/dhruvasagar
4848
:PROPERTIES:
4949
:CUSTOM_ID: api-docs
5050
:END:
51-
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]]
51+
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]]
5252
or do =:h OrgApi= in Neovim.
5353

5454
** Globals and commands

0 commit comments

Comments
 (0)