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
+4-3
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,12 @@ List of available actions:
61
61
- =:Org help= - Open this documentation in new tab, set working directory to the docs folder for the tab to allow browsing
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
-
- =:Org capture {type}= - Open capture template by the shortcut, for example =:Org capture t=.
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
65
66
66
All of the commands above can be executed through the global Lua =Org= variable. Examples:
67
67
- =Org.help()=
68
68
- =Org.helpgrep()=
69
-
- =Org.open()= - Opens =agenda= view
70
-
- =Org.open.m()= - Opens =tags= view
69
+
- =Org.agenda()= - Opens =agenda= prompt
70
+
- =Org.agenda.m()= - Opens =tags= view
71
+
- =Org.capture()= - Opens capture prompt
71
72
- =Org.capture.t()= - Opens capture template for =t= shortcut
0 commit comments