Is it possible to open the agenda for the current week without using the agenda prompt? #754
-
I would like to make separate keybind for this action. However I could not find an available method that works. The following spits out a few errors. require('orgmode.agenda'):agenda()
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
kristijanhusak
Jun 11, 2024
Replies: 1 comment 1 reply
-
You can do something like this: require('orgmode').agenda:agenda() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
elenapan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do something like this: