You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.org
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ that demonstrates how the similar Orgmode clone [[https://github.com/dhruvasagar
46
46
:PROPERTIES:
47
47
:CUSTOM_ID: api-docs
48
48
:END:
49
-
Nvim-orgmode exoses a Lua API that can be used to interact with the orgmode. To view it, check [[file:../docs/orgmode-api.txt][orgmode-api.txt]]
49
+
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]]
50
50
or do =:h OrgApi= in Neovim.
51
51
52
52
** Globals and commands
@@ -62,7 +62,7 @@ List of available actions:
62
62
- =:Org helpgrep= - Open search agenda view that allows searching through the documentation
63
63
- =:Org agenda {type?}= - Open agenda view by the shortcut, for example =:Org agenda M= will open =tags_todo= view. When =type= is omitted, it opens up Agenda view.
64
64
- =:Org capture {type?}= - Open capture template by the shortcut, for example =:Org capture t=. When =type= is omitted, it opens up Capture prompt.
65
-
- =:Org install_treesitter_grammar= - Install the treesitter grammar for orgmode. If installed, prompt to reinstall. Grammar is installed automatically
65
+
- =:Org install_treesitter_grammar= - Install the treesitter grammar for Orgmode. If installed, prompt to reinstall. Grammar is installed automatically
66
66
on first run, but this is useful in case when there are issues with the grammar.
67
67
68
68
All of the commands above can be executed through the global Lua =Org= variable. Examples:
0 commit comments