-
-
Couldn't load subscription status.
- Fork 168
Description
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
Feature value
No response
Additional context
Currently, we can open item in two primary way, using <cr> to open item in current window, or <tab> to open item in a new window, i.e. the org_agenda_goto action.
However, there is no way to specify org_agenda_goto to open in which split, i.e. it will always open in aboveleft split.
see https://github.com/nvim-orgmode/orgmode/blob/master/lua/orgmode/agenda/init.lua#L539
It would be nice if we have an option under org_agenda_ settings to let user decide which <mods> is used to open the split.
For example, I personally don't like to open in aboveleft split since my monitor has more width than height, so I would prefer to open it in vertical split or even new tab instead.