Skip to content

Commit a3f1fd1

Browse files
author
nvim-orgmode
committed
1 parent 0d35a73 commit a3f1fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ List of available actions:
6666
- =:Org capture {type?}= - Open capture template by the shortcut, for example =:Org capture t=. When =type= is omitted, it opens up Capture prompt.
6767
- =:Org install_treesitter_grammar= - Install the treesitter grammar for Orgmode. If installed, prompt to reinstall. Grammar is installed automatically
6868
on first run, but this is useful in case when there are issues with the grammar.
69+
- =:Org store_link= - [[file:/home/kristijan/github/orgmode/docs/configuration.org::#org_store_link][Store link]] to the headline under cursor. Works in both agenda and org files.
6970

7071
All of the commands above can be executed through the global Lua =Org= variable. Examples:
7172
- =Org.help()=
7273
- =Org.helpgrep()=
7374
- =Org.install_treesitter_grammar()=
75+
- =Org.store_link()=
7476
- =Org.agenda()= - Opens =agenda= prompt
7577
- =Org.agenda.m()= - Opens =tags= view
7678
- =Org.capture()= - Opens capture prompt

0 commit comments

Comments
 (0)